[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [win-pv-devel] [PATCH] Reboot request keys should be volatile
When a driver makes a reboot request it should use a volatile registry key. The monitor service will explicitly remove the key prior to reboot but, if the reboot is initiated in some other way and the key is non-volatile, the monitor service will then needlessly prompt for a second reboot. Signed-off-by: Paul Durrant <paul.durrant@xxxxxxxxxx> --- src/xenbus/driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xenbus/driver.c b/src/xenbus/driver.c index e9cb6f4..bbbda6c 100644 --- a/src/xenbus/driver.c +++ b/src/xenbus/driver.c @@ -161,7 +161,7 @@ __DriverRequestReboot( status = RegistryCreateSubKey(RequestKey, __MODULE__, - REG_OPTION_NON_VOLATILE, + REG_OPTION_VOLATILE, &SubKey); if (!NT_SUCCESS(status)) goto fail3; -- 2.5.3 _______________________________________________ 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 |