mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
Convert the xenstore user-space device (/dev/xen/xenstore) to a device using the newbus interface. This allows us to make the device initialization dependant on the initialization of xenstore itself in the kernel. Sponsored by: Citrix Systems R&D dev/xen/xenstore/xenstore.c: - Convert to a newbus device, this removes the xs_dev_init function. xen/xenstore/xenstore_internal.h: - Remove xs_dev_init prototype. dev/xen/xenstore/xenstore.c: - Don't call xs_dev_init anymore, the device will attach itself when xenstore is started. |
||
|---|---|---|
| .. | ||
| evtchn | ||
| interface | ||
| xenbus | ||
| xenstore | ||
| blkif.h | ||
| evtchn.h | ||
| features.c | ||
| features.h | ||
| gnttab.c | ||
| gnttab.h | ||
| hvm.h | ||
| hypervisor.h | ||
| xen-os.h | ||
| xen_intr.h | ||
| xen_msi.h | ||
| xen_pv.h | ||