summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/105/graphic/2070
blob: 7aecb5d8bdf1aaec700c893e1bba3cb689fa0896 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
instruction: 0.941
graphic: 0.940
boot: 0.932
device: 0.932
socket: 0.662
semantic: 0.643
mistranslation: 0.642
vnc: 0.567
network: 0.484
other: 0.333
assembly: 0.246
KVM: 0.165

TCG acceleration + EDK2  + Secure Boot hangs on boot since qemu 8.2
Description of problem:
Since qemu 8.2, using TCG acceleration in combination with EDK2-OVMF UEFI Secure Boot firmware hangs on boot. qemu freezes and keeps a full CPU core busy at 100% while it hangs. The issue does not occur when using KVM acceleration. It also does not occur when not using EDK2-OVMF UEFI firmware. It also does not occur when using the non secure boot EDK2-OVMF UEFI firmware.
Steps to reproduce:
1. `git clone https://github.com/systemd/mkosi`
2. `cd mkosi`
3. `bin/mkosi --tools-tree=default --tools-tree-distribution=arch --qemu-kvm=no --qemu-firmware=uefi --debug -f qemu`
Additional information: