summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1902777
blob: b73569e54fa18f8584f07f9cae00fe78b9595c8b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
qemu with whpx acceleration crashes with vmx=on

Under Windows 10, qemu crashes when using whpx acceleration and the vmx=on option.  The reported error is
  qemu-system-x86_64.exe: WHPX: Unexpected VP exit code 4
Before the error, it reports
  Windows Hypervisor Platform accelerator is operational

The command line is the following:
  "C:\Program Files\qemu\qemu-system-x86_64.exe" -accel whpx -cpu qemu64,vmx=on
It crashes with any model of CPU as long as the "vmx=on" option is added.  Without this option it runs fine (but no nested virtualization).

My processor is an Intel i7-10510U, and I am running Windows 10 2004 (build 19041.572).