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