blob: 9d17c26da3ca4e7cd125f8cc3d073f13d6861b00 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
|