summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/hypervisor/1828
blob: 4a394b5f6c0a781565f97acb7d0fdb4d31ccc790 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[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: