]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86 emulator: introduce 'struct opcode'
authorAvi Kivity <avi@redhat.com>
Thu, 29 Jul 2010 12:11:35 +0000 (15:11 +0300)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:50:07 +0000 (10:50 +0200)
commit916cbe9c53784ff2786f5d4387dd2fa7db4a6318
tree014d0da04dc4871a9a414af057b50a2d000ffe4e
parent38ee89132477f7b55207d8f18e4016c46190628b
KVM: x86 emulator: introduce 'struct opcode'

This will hold all the information known about the opcode.  Currently, this
is just the decode flags.

Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/x86/kvm/emulate.c