KVM: x86 emulator: consolidate emulation of two operand instructions
commit6b7ad61ffb9ca110add6f7fb36cc8a4dd89696a4
authorAvi Kivity <avi@redhat.com>
Wed, 26 Nov 2008 13:30:45 +0000 (26 15:30 +0200)
committerAvi Kivity <avi@redhat.com>
Wed, 31 Dec 2008 14:55:03 +0000 (31 16:55 +0200)
tree21c1aa0a976dec1ea46410184cd2131aa13c8158
parentdda96d8f1b3de692cce09969ce28fe22e58e5acf
KVM: x86 emulator: consolidate emulation of two operand instructions

No need to repeat the same assembly block over and over.

Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/x86_emulate.c