]> xenbits.xensource.com Git - pvdrivers/win/xenbus.git/commit
Remove FdoSetFriendlyName
authorOwen Smith <owen.smith@cloud.com>
Fri, 7 Jun 2024 07:16:58 +0000 (08:16 +0100)
committerPaul Durrant <pdurrant@amazon.com>
Mon, 1 Jul 2024 08:49:48 +0000 (09:49 +0100)
commit83970f797b6487c9eb960f41275d422334d47a4e
tree52d537a959713c580c56fad2c3dc17be3a80c73b
parentb3a59333d1bae19503d74b851b4aa8890c1fb462
Remove FdoSetFriendlyName

RegistryOpenHardwareKey uses an absolute path to open the parent key
of IoOpenDeviceRegistryKey. Since this is a violation of the registry
isolation rules in Driver Verifier, its not possible to open the correct
registry key to set the device instance's friendly name.

Signed-off-by: Owen Smith <owen.smith@cloud.com>
src/xenbus/fdo.c