Many x86 instructions come in pairs - byte and word variants where bit 0 of the opcode determines operand size. Use this to simplify the decode tables. Avi Kivity (8): KVM: x86 emulator: support byte/word opcode pairs KVM: x86 emulator: simplify ALU block (opcodes 00-3F) decode flags KVM: x86 emulator: simplify string instruction decode flags KVM: x86 emulator: simplify instruction decode flags for opcodes 80-8F KVM: x86 emulator: simplify instruction decode flags for opcodes A0-AF KVM: x86 emulator: simplify instruction decode flags for opcodes C0-DF KVM: x86 emulator: simplify instruction decode flags for opcodes E0-FF KVM: x86 emulator: simplify instruction decode flags for opcodes 0F 00-FF arch/x86/kvm/emulate.c | 89 ++++++++++++++++++++++-------------------------- 1 files changed, 41 insertions(+), 48 deletions(-) -- 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