]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86 emulator: add macros for repetitive instructions
authorAvi Kivity <avi@redhat.com>
Mon, 26 Jul 2010 11:37:39 +0000 (14:37 +0300)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:49:48 +0000 (10:49 +0200)
commit020cf9d0e3b08a6a1a437a779df2dd5fc30294f8
tree4fba3ab55701cba79ed4916e7a5e2c1b0e4279c4
parent3bdace5bb2e3f49b88a402e827914eb9e87bc62f
KVM: x86 emulator: add macros for repetitive instructions

Some instructions are repetitive in the opcode space, add macros for
consolidating them.

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