Is it possible to determine if current system is Level 1 Root OS ( Parent Partition ) using windows kernel driver?
According to MSDN:
As i know there is some Virtualization Service Provider ( VSP ) and some api for WDK:
- hypervdevicevirtualization.h
- VmbusKernelModeClientLibApi.h
- pcivirt.h
Is it possible to utilize those somehow for this purpose?