[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [win-pv-devel] [PATCH] The SOFTWARE registry hive is not accessible at boot time
Hence it cannot be used for the monitor request key, otherwise XENVBD cannot necessarily access it. Signed-off-by: Paul Durrant <paul.durrant@xxxxxxxxxx> --- src/xenvif.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xenvif.inf b/src/xenvif.inf index c6cf961..03f0f53 100644 --- a/src/xenvif.inf +++ b/src/xenvif.inf @@ -100,7 +100,7 @@ HKR,,CoInstallers32,0x00010000,"xenvif_coinst_@MAJOR_VERSION@_@MINOR_VERSION@_@M Vendor="@VENDOR_NAME@" DiskDesc="@PRODUCT_NAME@ PV Network Class Package" XenVifName="@PRODUCT_NAME@ PV Network Class" -RequestKey="SOFTWARE\@VENDOR_NAME@\@PRODUCT_NAME@\PV Driver Monitor\Request" +RequestKey="SYSTEM\CurrentControlSet\Services\xenbus_monitor\Request" SERVICE_BOOT_START=0x0 SERVICE_SYSTEM_START=0x1 -- 2.1.1 _______________________________________________ win-pv-devel mailing list win-pv-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/cgi-bin/mailman/listinfo/win-pv-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |