]> xenbits.xensource.com Git - people/pauldu/xenvif.git/commit
Remove ZwFlushKey() from registry code
authorPaul Durrant <paul.durrant@citrix.com>
Thu, 3 Aug 2017 10:14:11 +0000 (11:14 +0100)
committerPaul Durrant <paul.durrant@citrix.com>
Thu, 3 Aug 2017 10:17:22 +0000 (11:17 +0100)
commit0450b977a42372b78f39175b5dbc529cdfb50b1b
treea747c88694bd91f299b49a122f4f17ff1e38bfe7
parentddc97ef57cd226676c07fa057939537013109784
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/xenvif/registry.c