freebsd-dev/sys/xen/xenstore
Roger Pau Monné 45ce037de2 xen: convert the xenstore user-space char device to a newbus device
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.
2014-09-30 17:31:04 +00:00
..
xenstore_internal.h xen: convert the xenstore user-space char device to a newbus device 2014-09-30 17:31:04 +00:00
xenstorevar.h Implement vector callback for PVHVM and unify event channel implementations 2013-08-29 19:52:18 +00:00