From: Laurent Vivier Date: Mon, 24 Sep 2007 09:10:55 +0000 (+0200) Subject: KVM: x86 emulator: remove _eflags and use directly ctxt->eflags. X-Git-Tag: v2.6.25-rc1~1138^2~236 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05f086f87ef17da70d5f4e9b063e9ea31ab20f28;p=pandora-kernel.git 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 Signed-off-by: Avi Kivity --- Reading git-diff-tree failed