diff options
Diffstat (limited to 'results/classifier/gemma3:12b/hypervisor/1902777')
| -rw-r--r-- | results/classifier/gemma3:12b/hypervisor/1902777 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/hypervisor/1902777 b/results/classifier/gemma3:12b/hypervisor/1902777 new file mode 100644 index 000000000..e23cb0435 --- /dev/null +++ b/results/classifier/gemma3:12b/hypervisor/1902777 @@ -0,0 +1,13 @@ + +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). \ No newline at end of file |