commit | a7e6c88a78b7c3d67491bf90b2b95e66437dbdb6 | [log] [tgz] |
---|---|---|
author | Sheng Yang <sheng.yang@intel.com> | Thu Nov 15 14:52:28 2007 +0800 |
committer | Avi Kivity <avi@qumranet.com> | Wed Jan 30 17:53:03 2008 +0200 |
tree | ca16a7c1c0d18d57b4a04d355d8aea8ade6536cf | |
parent | f8c16bbaa9e14b309ffcf29cac0ea377a35b0dd2 [diff] |
KVM: x86 emulator: modify 'lods', and 'stos' not to depend on CR2 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>