diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-03 12:04:13 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-03 12:04:13 +0000 |
| commit | 256709d2eb3fd80d768a99964be5caa61effa2a0 (patch) | |
| tree | 05b2352fba70923126836a64b6a0de43902e976a /results/classifier/105/KVM/916 | |
| parent | 2ab14fa96a6c5484b5e4ba8337551bb8dcc79cc5 (diff) | |
| download | emulator-bug-study-256709d2eb3fd80d768a99964be5caa61effa2a0.tar.gz emulator-bug-study-256709d2eb3fd80d768a99964be5caa61effa2a0.zip | |
add new classifier result
Diffstat (limited to 'results/classifier/105/KVM/916')
| -rw-r--r-- | results/classifier/105/KVM/916 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/results/classifier/105/KVM/916 b/results/classifier/105/KVM/916 new file mode 100644 index 00000000..2c1497db --- /dev/null +++ b/results/classifier/105/KVM/916 @@ -0,0 +1,24 @@ +KVM: 0.977 +instruction: 0.923 +graphic: 0.881 +device: 0.851 +semantic: 0.689 +vnc: 0.607 +socket: 0.514 +network: 0.497 +boot: 0.468 +mistranslation: 0.329 +other: 0.326 +assembly: 0.259 + +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 |
