]> git.ipfire.org Git - thirdparty/qemu.git/commit
kvm: Fix eflags corruption in kvm mode
authorJan Kiszka <jan.kiszka@siemens.com>
Fri, 19 Feb 2010 17:21:20 +0000 (18:21 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 23 Feb 2010 20:07:57 +0000 (14:07 -0600)
commit43fab082108fa99a1dba15501cb8580ec21365ad
treee4147718b42c60dc1d42473b42fb754dd13a0756
parent915080e6b136f518793dba4232cbf3ed31a907a8
kvm: Fix eflags corruption in kvm mode

This should explain a lot of the weird breakages of upstream KVM we've
seen recently (actually we should have seen it much earlier):

Stop translating eflags into TCG format when in kvm mode as we never
translate it back and rather sync this broken state into the kernel.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
cpu-exec.c