]> git.proxmox.com Git - mirror_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)
committerAvi Kivity <avi@redhat.com>
Sun, 21 Feb 2010 09:12:37 +0000 (11:12 +0200)
commit14dcc3e2ac52d7a2a1cfe2e54c332d8042485a39
tree1033d996522095d368a1fedbead8c2d491c06450
parentf3dfda6114fd12ca7caac456b1997962b5c48274
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