commit | 05f086f87ef17da70d5f4e9b063e9ea31ab20f28 | [log] [tgz] |
---|---|---|
author | Laurent Vivier <Laurent.Vivier@bull.net> | Mon Sep 24 11:10:55 2007 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Wed Jan 30 17:52:48 2008 +0200 |
tree | e55091bf167c72631ea29b5d3a32045097dd779a | |
parent | 8cdbd2c9bf3108c41563eef586f22fa8b5174de0 [diff] |
KVM: x86 emulator: remove _eflags and use directly ctxt->eflags. Remove _eflags and use directly ctxt->eflags. Caching eflags is not needed as it is restored to vcpu by kvm_main.c:emulate_instruction() from ctxt->eflags only if emulation doesn't fail. Signed-off-by: Laurent Vivier <Laurent.Vivier@bull.net> Signed-off-by: Avi Kivity <avi@qumranet.com>