summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/KVM/1919169
blob: 4f49ed7d038e1161424b154d9a4c9ed5be1fbc61 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
KVM: 0.928
graphic: 0.912
performance: 0.905
device: 0.870
boot: 0.867
semantic: 0.827
PID: 0.825
files: 0.815
other: 0.805
vnc: 0.750
socket: 0.721
network: 0.691
permissions: 0.622
debug: 0.536

[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.