On Mon, Jul 26, 2010 at 02:37:38PM +0300, Avi Kivity wrote: > This patchset simplifies the x86 emulator group decoding, cleans up the decoder > tables (and adds a missing Lock marker as well). > > Avi Kivity (13): > KVM: x86 emulator: add macros for repetitive instructions > KVM: x86 emulator: consolidate inc/dec reg decoding > KVM: x86 emulator: consolidate push/pop reg decoding > KVM: X86 emulator: consolidate Jcc rel8 decoding > KVM: x86 emulator: consolidate MOV reg, imm decoding > KVM: x86 emulator: consolidate CMOVcc decoding > KVM: x86 emulator: consolidate Jcc rel32 decoding > KVM: x86 emulator: Make group storage bits separate from operand bits > KVM: x86 emulator: add Undefined decode flag > KVM: x86 emulator: mix decode bits from opcode and group decode > tables > KVM: x86 emulator: simplify Group 1 decoding > KVM: x86 emulator: Allow LOCK prefix for NEG and NOT > KVM: x86 emulator: unify the two Group 3 variants > > arch/x86/kvm/emulate.c | 143 ++++++++++++++++-------------------------------- > 1 files changed, 47 insertions(+), 96 deletions(-) Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html