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/KVM/916 | |
| parent | b89a938452613061c0f1f23e710281cf5c83cb29 (diff) | |
| download | qemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.tar.gz qemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.zip | |
add 18th iteration of classifier
Diffstat (limited to 'results/classifier/118/KVM/916')
| -rw-r--r-- | results/classifier/118/KVM/916 | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/results/classifier/118/KVM/916 b/results/classifier/118/KVM/916 new file mode 100644 index 000000000..a297b15da --- /dev/null +++ b/results/classifier/118/KVM/916 @@ -0,0 +1,41 @@ +i386: 0.978 +KVM: 0.977 +x86: 0.970 +graphic: 0.881 +device: 0.851 +architecture: 0.793 +register: 0.776 +performance: 0.727 +PID: 0.702 +semantic: 0.689 +ppc: 0.663 +vnc: 0.607 +debug: 0.585 +virtual: 0.552 +socket: 0.514 +network: 0.497 +files: 0.481 +arm: 0.480 +boot: 0.468 +TCG: 0.417 +permissions: 0.372 +risc-v: 0.361 +mistranslation: 0.329 +VMM: 0.308 +assembly: 0.259 +kernel: 0.246 +hypervisor: 0.189 +user-level: 0.177 +peripherals: 0.103 + +QEMU system emulators immediately crash on AMD hosts when KVM is used +Description of problem: +``` +$ qemu-system-x86_64 -accel kvm +qemu-system-x86_64: ../target/i386/kvm/kvm-cpu.c:105: kvm_cpu_xsave_init: Assertion `esa->size == eax' failed. +Aborted (core dumped) +``` + +This is a regression introduced in + +https://lists.gnu.org/archive/html/qemu-devel/2022-03/msg04312.html |