summary refs log tree commit diff stats
path: root/results/classifier/118/KVM/1919169
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/118/KVM/1919169')
-rw-r--r--results/classifier/118/KVM/191916951
1 files changed, 51 insertions, 0 deletions
diff --git a/results/classifier/118/KVM/1919169 b/results/classifier/118/KVM/1919169
new file mode 100644
index 000000000..e2c31c177
--- /dev/null
+++ b/results/classifier/118/KVM/1919169
@@ -0,0 +1,51 @@
+x86: 0.929
+KVM: 0.928
+graphic: 0.912
+performance: 0.905
+architecture: 0.876
+device: 0.870
+boot: 0.867
+semantic: 0.827
+PID: 0.825
+virtual: 0.821
+files: 0.815
+mistranslation: 0.770
+vnc: 0.750
+hypervisor: 0.746
+socket: 0.721
+TCG: 0.697
+network: 0.691
+user-level: 0.683
+ppc: 0.667
+kernel: 0.661
+VMM: 0.635
+permissions: 0.622
+risc-v: 0.615
+arm: 0.613
+register: 0.612
+peripherals: 0.596
+debug: 0.536
+i386: 0.284
+assembly: 0.245
+
+[git]Startup crash when trying to use an EFI enabled VM in accel/kvm/kvm-all.c
+
+Hello.
+
+I build a git version based on commit 6157b0e19721aadb4c7fdcfe57b2924af6144b14.
+
+When I try to launch an EFI enabled VM, it crashes on start. Here is the command line used:
+
+qemu-system-x86_64 -bios /usr/share/edk2-ovmf/x64/OVMF.fd -enable-kvm -smp 4 -soundhw all -k fr -m 4096 -vga qxl -hda disk.img -cdrom archlinux-2021.03.01-x86_64.iso -boot cd &
+
+Here is the log I get:
+
+```
+qemu-system-x86_64: ../accel/kvm/kvm-all.c:690: kvm_log_clear_one_slot: Assertion `QEMU_IS_ALIGNED(start | size, psize)' failed.
+```
+
+
+ed2k-ovmf version: 202102
+
+I tried an older version, edk2-ovmf 202011, same crash on start.
+