KVM: x86 emulator: Implement 'jmp rel short' instruction (opcode 0xeb)
[safe/jmp/linux-2.6] / drivers / kvm / x86_emulate.c
2007-10-13 Nitin A KambleKVM: x86 emulator: Implement 'jmp rel short' instructio...
2007-10-13 Nitin A KambleKVM: x86 emulator: implement 'jmp rel' instruction...
2007-10-13 Nitin A KambleKVM: x86 emulator: implement 'and $imm, %{al|ax|eax}'
2007-10-13 Laurent VivierKVM: Clean up kvm_setup_pio()
2007-10-13 Laurent VivierKVM: Cleanup string I/O instruction emulation
2007-10-13 Laurent VivierKVM: Change the emulator_{read,write,cmpxchg}_* functio...
2007-10-13 Aurelien JarnoKVM: Remove dead code in the cmpxchg instruction emulation
2007-10-13 Avi KivityKVM: x86 emulator: fix faulty check for two-byte opcode
2007-10-13 Avi KivityKVM: x86 emulator: fix cmov for writeback changes
2007-10-13 Rusty RussellKVM: Trivial: Comment spelling may escape grep
2007-10-13 Rusty RussellKVM: Trivial: Make decode_register() static
2007-08-07 Avi KivityKVM: x86 emulator: fix debug reg mov instructions
2007-07-25 Aurelien JarnoKVM: disable writeback for 0x0f 0x01 instructions.
2007-07-20 Avi KivityKVM: x86 emulator: implement rdmsr and wrmsr
2007-07-16 Luca TettamantiKVM: Fix x86 emulator writeback
2007-07-16 Nitin A KambleKVM: Implement emulation of instruction "ret" (opcode...
2007-07-16 Nitin A KambleKVM: Implement emulation of "pop reg" instruction ...
2007-07-16 Avi KivityKVM: Emulate hlt on real mode for Intel
2007-07-16 Avi KivityKVM: x86 emulator: implement wbinvd
2007-05-03 Avi KivityKVM: Allow passing 64-bit values to the emulated read...
2007-05-03 Avi KivityKVM: x86 emulator: fix bit string operations operand...
2007-01-23 Avi Kivity[PATCH] KVM: x86 emulator: fix bit string instructions
2007-01-06 Avi Kivity[PATCH] KVM: MMU: Fix cmpxchg8b emulation
2006-12-13 Avi Kivity[PATCH] KVM: Replace __x86_64__ with CONFIG_X86_64
2006-12-10 Avi Kivity[PATCH] kvm: userspace interface