diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-16 16:59:00 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-16 16:59:33 +0000 |
| commit | 9aba81d8eb048db908c94a3c40c25a5fde0caee6 (patch) | |
| tree | b765e7fb5e9a3c2143c68b0414e0055adb70e785 /results/classifier/118/hypervisor/858 | |
| parent | b89a938452613061c0f1f23e710281cf5c83cb29 (diff) | |
| download | emulator-bug-study-9aba81d8eb048db908c94a3c40c25a5fde0caee6.tar.gz emulator-bug-study-9aba81d8eb048db908c94a3c40c25a5fde0caee6.zip | |
add 18th iteration of classifier
Diffstat (limited to 'results/classifier/118/hypervisor/858')
| -rw-r--r-- | results/classifier/118/hypervisor/858 | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/results/classifier/118/hypervisor/858 b/results/classifier/118/hypervisor/858 new file mode 100644 index 00000000..fa112c37 --- /dev/null +++ b/results/classifier/118/hypervisor/858 @@ -0,0 +1,41 @@ +hypervisor: 0.963 +x86: 0.963 +device: 0.905 +debug: 0.877 +graphic: 0.854 +vnc: 0.705 +architecture: 0.656 +files: 0.649 +PID: 0.646 +virtual: 0.613 +semantic: 0.528 +permissions: 0.507 +network: 0.479 +socket: 0.427 +ppc: 0.426 +VMM: 0.424 +register: 0.372 +performance: 0.368 +boot: 0.360 +arm: 0.294 +kernel: 0.261 +mistranslation: 0.243 +i386: 0.238 +risc-v: 0.227 +TCG: 0.221 +user-level: 0.220 +peripherals: 0.207 +KVM: 0.074 +assembly: 0.032 + +qemu-system-x86_64: WHPX: Unexpected VP exit code 4 +Description of problem: +Qemu closes and prints following message: + +WHPX: setting APIC emulation mode in the hypervisor +Windows Hypervisor Platform accelerator is operational +whpx: injection failed, MSI (0, 0) delivery: 0, dest_mode: 0, trigger mode: 0, vector: 0, lost (c0350005) +qemu-system-x86_64: WHPX: Unexpected VP exit code 4 +Steps to reproduce: +1. build OVMF firmware from edk2 +2. run cmd : qemu-system-x86_64 -accel whpx --bios D:\Projects\FW\uefi\edk2\Build\OvmfX64\DEBUG_VS2019\FV\OVMF.fd |