Remove eflags conversion into emulator format
commitdacb716cd8be94a05e548a3be75cb21e304f4f9a
authorJan Kiszka <jan.kiszka@siemens.com>
Mon, 26 Jan 2009 17:52:44 +0000 (26 18:52 +0100)
committerAvi Kivity <avi@redhat.com>
Tue, 3 Feb 2009 12:37:43 +0000 (3 14:37 +0200)
tree7d736732a73bc308fc307f080c1687ac00d5820e
parent37523dfafd2553fd798f094254c8146fbf532991
Remove eflags conversion into emulator format

It seems that the conversion of the kernel-delivered eflags state into
qemu's internal splitted representation was once needed in an older kvm
design (register read-back may have taken place from inside cpu_exec).
Today it is plain wrong and causes incorrect cpu state reporting (gdb,
monitor) and should also corrupt its saving (savevm, migration). Drop
the corresponding lines.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
qemu-kvm-x86.c