blob: 88fc37109def7da22e55e2b0a6754a0188228b6e (
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
|
KVM: 0.977
graphic: 0.881
device: 0.851
performance: 0.727
PID: 0.702
semantic: 0.689
vnc: 0.607
debug: 0.585
socket: 0.514
network: 0.497
files: 0.481
boot: 0.468
permissions: 0.372
other: 0.326
QEMU system emulators immediately crash on AMD hosts when KVM is used
Description of problem:
```
$ qemu-system-x86_64 -accel kvm
qemu-system-x86_64: ../target/i386/kvm/kvm-cpu.c:105: kvm_cpu_xsave_init: Assertion `esa->size == eax' failed.
Aborted (core dumped)
```
This is a regression introduced in
https://lists.gnu.org/archive/html/qemu-devel/2022-03/msg04312.html
|