]> xenbits.xensource.com Git - pvdrivers/win/xencons.git/commit
Remove ZwFlushKey() from registry code
authorPaul Durrant <paul.durrant@citrix.com>
Thu, 3 Aug 2017 10:35:54 +0000 (11:35 +0100)
committerPaul Durrant <paul.durrant@citrix.com>
Thu, 3 Aug 2017 10:35:54 +0000 (11:35 +0100)
commitb2c2e8fb3209beed2b2edca33b4be6b2c2f93dcf
treef1154f3f80d95ebe8c59567602637c7f312184d9
parent6df0b4896a253bcc838ad9f3804882d79d3e7198
Remove ZwFlushKey() from registry code

Attempting to flush registry keys early in boot causes an error to be
logged.

This patch therefore removes the explicit flushes from the registry code.
There is no option but to trust Windows lazy flush.

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