Add a bunch of instructions to the emulator. These are sufficient to make the BIOS boot. Avi Kivity (14): KVM: x86 emulator: pass destination type to ____emulate_2op() KVM: x86 emulator: Use a register for ____emulate_2op() destination KVM: x86 emulator: implement DAS (opcode 2F) KVM: x86 emulator: implement CALL FAR (FF /3) KVM: x86 emulator: add SrcImmU16 operand type KVM: x86 emulator: implement RET imm16 (opcode C2) KVM: x86 emulator: implement IMUL REG, R/M, imm8 (opcode 6B) KVM: x86 emulator: implement IMUL REG, R/M (opcode 0F AF) KVM: x86 emulator: remove SrcImplicit KVM: x86 emulator: implement RDTSC (opcode 0F 31) KVM: x86 emulator: consolidate immediate decode into a function KVM: x86 emulator: add Src2Imm decoding KVM: x86 emulator: implement IMUL REG, R/M, IMM (opcode 69) KVM: x86 emulator: implement CWD (opcode 99) arch/x86/kvm/emulate.c | 277 ++++++++++++++++++++++++++++++++++++++---------- 1 files changed, 220 insertions(+), 57 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