]> xenbits.xensource.com Git - pvdrivers/win/xenbus.git/commitdiff
The SOFTWARE registry hive is not accessible at boot time
authorPaul Durrant <paul.durrant@citrix.com>
Mon, 22 Aug 2016 07:42:41 +0000 (08:42 +0100)
committerPaul Durrant <paul.durrant@citrix.com>
Mon, 22 Aug 2016 07:42:41 +0000 (08:42 +0100)
Hence it cannot be used for the monitor request key, otherwise XENVBD
cannot necessarily access it.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
src/xenbus.inf

index 3340573a8706f483d2fcf950461daef9b6357232..2104d54884edab003f8e4b989479e46c1b781796 100644 (file)
@@ -157,7 +157,7 @@ XenBusName="@PRODUCT_NAME@ PV Bus"
 XenFiltName="@PRODUCT_NAME@ Generic Bus Filter"
 MonitorName="@PRODUCT_NAME@ PV Driver Monitor"
 MonitorDesc="Provides support for @PRODUCT_NAME@ PV drivers"
-RequestKey="SOFTWARE\@VENDOR_NAME@\@PRODUCT_NAME@\PV Driver Monitor\Request"
+RequestKey="SYSTEM\CurrentControlSet\Services\xenbus_monitor\Request"
 DialogTitle="@PRODUCT_NAME@"
 DialogMessage="needs to restart the system to complete installation. Press 'Yes' to restart the system now or 'No' if you plan to restart the system later."