I tried another hypervisor
SimpleVisor(https://github.com/ionescu007/SimpleVisor), I compile it
without EPT, and load it in VMware VM, it works well, however in Xen
VM, the OS hangs again.
The serial console outputs:
...
(XEN) vmx.c:3956:d1v0 ### vmx_vmexit_handler()
exit_reason:EXIT_REASON_VMLAU
Hi,
I am researching
HyperPlatform(https://github.com/tandasat/HyperPlatform) recently, it
is a thin hypervisor based on Intel VT-x and EPT technology, it can't
create a new virtual machine but just turns the already running
Windows OS into its guest VM.
HyperPlatform works very well in VMware VM