]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86 emulator: do not adjust the address for immediate source
authorWei Yongjun <yjwei@cn.fujitsu.com>
Mon, 9 Aug 2010 03:37:37 +0000 (11:37 +0800)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:51:02 +0000 (10:51 +0200)
commit7bcf81b07b45f2df4069554930376a187e1e14c0
tree5e06ea1dfcd77daf4788b0af9dbf6a0a185e0f49
parent0008eaae3931e6c1bb43e3f29082ce60b5fe1934
KVM: x86 emulator: do not adjust the address for immediate source

adjust the dst address for a register source but not adjust the
address for an immediate source.

Signed-off-by: Wei Yongjun <yjwei@cn.fujitsu.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/emulate.c