]> xenbits.xensource.com Git - people/pauldu/xenbus.git/commit
Revert "Make sure registry updates and deletes are flushed"
authorPaul Durrant <paul.durrant@citrix.com>
Thu, 3 Aug 2017 09:43:50 +0000 (10:43 +0100)
committerPaul Durrant <paul.durrant@citrix.com>
Thu, 3 Aug 2017 09:44:25 +0000 (10:44 +0100)
commit93ceaaa1be6a62689b28751d7989d692ef5197be
treef615fd027621ebff27ef7d7d7e18ec0719301236
parent7691af3770d1ec1ca40aa6cd96ea0e915aeced70
Revert "Make sure registry updates and deletes are flushed"

It transpires that, on certain versions of Windows, calling ZwFlushKey()
early in boot not only fails (which is not surprising) but also logs
an error event.

This patch reverts commit 690f5474a9c6257fb15bc07b96c56cb64f193f65 to
avoid such noise in the event logs. There is clearly no option but
to trust Windows lazy flush to DTRT.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
src/common/registry.c