summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/other/1828
blob: d34ba2ddcb4dd546eb6a75a4a5011f326622b49a (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
device: 0.840
graphic: 0.764
performance: 0.712
semantic: 0.436
PID: 0.372
network: 0.329
vnc: 0.296
debug: 0.291
socket: 0.219
files: 0.190
permissions: 0.190
KVM: 0.155
boot: 0.154
other: 0.060

[v8.0.4 regression] `qemu-system-x86_64: -accel hvf: Unknown Error`
Description of problem:
`-accel hvf` crashes with "Unknown Error".
Regression in v8.0.4.

The master branch doesn't seem affected.
Steps to reproduce:
v8.0.3:
```console
$ qemu-system-x86_64 -accel hvf
(shows iPXE screen, as expected)
```

v8.0.4:
```console
$ qemu-system-x86_64 -accel hvf
qemu-system-x86_64: -accel hvf: Unknown Error
Abort trap: 6
```
Additional information: