Since WHQL will enable Driver Verifier's registry isolation violation
detection on xenbus.sys, move the registry manipulation for inserting
xenfilt.sys into the appropriate device class UpperFilters to xen.sys.
Signed-off-by: Owen Smith <owen.smith@xxxxxxxxx>
---
include/xen.h | 14 ++++++++++++++
src/{xenbus => xen}/filters.c | 4 ++++
src/{xenbus => xen}/filters.h | 0
src/xenbus/driver.c | 2 +-
vs2019/xen/xen.vcxproj | 1 +
vs2019/xenbus/xenbus.vcxproj | 1 -
vs2022/xen/xen.vcxproj | 1 +
vs2022/xenbus/xenbus.vcxproj | 1 -
8 files changed, 21 insertions(+), 3 deletions(-)
rename src/{xenbus => xen}/filters.c (99%)
rename src/{xenbus => xen}/filters.h (100%)