KVM: x86 emulator: modify 'lods', and 'stos' not to depend on CR2
authorSheng Yang <sheng.yang@intel.com>
Thu, 15 Nov 2007 06:52:28 +0000 (14:52 +0800)
committerAvi Kivity <avi@qumranet.com>
Wed, 30 Jan 2008 15:53:03 +0000 (17:53 +0200)
The current 'lods' and 'stos' is depending on incoming CR2 rather than decode
memory address from registers.

Signed-off-by: Sheng Yang <sheng.yang@intel.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
drivers/kvm/x86_emulate.c

Simple merge