KVM: x86 emulator: add XADD instruction emulation
authorWei Yongjun <yjwei@cn.fujitsu.com>
Tue, 17 Aug 2010 01:19:34 +0000 (09:19 +0800)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:51:06 +0000 (10:51 +0200)
commit92f738a52b53dc13b5dd5753634bdb8c59ac9815
tree792860967186aedc0d94e0c5198e49628960bb84
parent31be40b3985f09c0c89b9e28a8206df32adba842
KVM: x86 emulator: add XADD instruction emulation

Add XADD instruction emulation (opcode 0x0f 0xc0~0xc1)

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