royger b0061732f4 xen: defer xenstore initialization until xenstored is started
The xenstore related devices in the kernel cannot be started until
xenstored is running, which will happen later in the Dom0 case. If
start_info_t doesn't contain a valid xenstore event channel, defer all
xenstore related devices attachment to later.

Sponsored by: Citrix Systems R&D

dev/xen/xenstore/xenstore.c:
 - Prevent xenstore from trying to attach it's descendant devices if
   xenstore is not initialized.
 - Add a callback in the xenstore interrupt filter that will trigger
   the plug of xenstore descendant devices on the first received
   interrupt. This interrupt is generated when xenstored attaches to
   the event channel, and serves as a notification that xenstored is
   running.
2014-09-30 17:27:56 +00:00
..
2014-09-30 16:46:45 +00:00
2014-09-28 13:34:43 +00:00
2014-04-07 20:44:00 +00:00
2014-09-30 17:14:11 +00:00
2014-09-25 19:10:32 +00:00
2014-09-30 16:46:45 +00:00
2014-04-17 12:22:08 +00:00
2014-06-14 12:26:12 +00:00
2014-09-28 11:32:46 +00:00
2014-09-30 17:14:11 +00:00
2014-09-23 06:32:19 +00:00