KVM: x86 emulator: Add missing decoder flags for xor instructions
authorMohammed Gamal <m.gamal005@gmail.com>
Tue, 11 May 2010 22:39:22 +0000 (01:39 +0300)
committerAvi Kivity <avi@redhat.com>
Sun, 1 Aug 2010 07:35:44 +0000 (10:35 +0300)
commit222b7c52c33bdef721248bfeba992af495800d30
treeedf87285cc0619e0569b30d3a2d3aecc4c609e32
parentabc190830f28a5bb678eaccb633de02ed2967d55
KVM: x86 emulator: Add missing decoder flags for xor instructions

This adds missing decoder flags for xor instructions (opcodes 0x34 - 0x35)

Signed-off-by: Mohammed Gamal <m.gamal005@gmail.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/x86/kvm/emulate.c