]> Git Repo - qemu.git/commit
kvm: Fix eflags corruption in kvm mode
authorJan Kiszka <[email protected]>
Fri, 19 Feb 2010 17:21:20 +0000 (18:21 +0100)
committerAvi Kivity <[email protected]>
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 <[email protected]>
Signed-off-by: Avi Kivity <[email protected]>
cpu-exec.c
This page took 0.025973 seconds and 4 git commands to generate.