]> xenbits.xensource.com Git - people/pauldu/xenbus.git/commit
Reboot request keys should be volatile
authorPaul Durrant <paul.durrant@citrix.com>
Mon, 8 May 2017 15:58:43 +0000 (16:58 +0100)
committerPaul Durrant <paul.durrant@citrix.com>
Mon, 8 May 2017 15:58:43 +0000 (16:58 +0100)
commit4c1484082ff86edbc923f4222065e56d9b0299d2
treebbbe688ce1de2caf05c86d5bd898d805401ac037
parenta9dd12d14f5458b75915a2b4d2863e40c5c8c389
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@citrix.com>
src/xenbus/driver.c