OSDN Git Service

KVM: x86 emulator: address size and operand size overrides are sticky
authorAvi Kivity <avi@qumranet.com>
Thu, 22 Nov 2007 12:16:12 +0000 (14:16 +0200)
committerAvi Kivity <avi@qumranet.com>
Wed, 30 Jan 2008 15:53:14 +0000 (17:53 +0200)
commitf21b8bf4cc4091b23669987124fd13f758abf6d6
treea15405e027bc520727c9aa86e607a629b98924ac
parent90e0a28f6b7241c7793f2ebd540c349580170446
KVM: x86 emulator: address size and operand size overrides are sticky

Current implementation is to toggle, which is incorrect.  Patch ported from
corresponding Xen code.

Signed-off-by: Avi Kivity <avi@qumranet.com>
drivers/kvm/x86_emulate.c