summaryrefslogtreecommitdiffstats
path: root/drivers/kvm/x86_emulate.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86 emulator: fix debug reg mov instructionsAvi Kivity2007-08-071-0/+2
* KVM: disable writeback for 0x0f 0x01 instructions.Aurelien Jarno2007-07-251-0/+2
* KVM: x86 emulator: implement rdmsr and wrmsrAvi Kivity2007-07-201-1/+25
* KVM: Fix x86 emulator writebackLuca Tettamanti2007-07-161-4/+5
* KVM: Implement emulation of instruction "ret" (opcode 0xc3)Nitin A Kamble2007-07-161-4/+8
* KVM: Implement emulation of "pop reg" instruction (opcode 0x58-0x5f)Nitin A Kamble2007-07-161-2/+15
* KVM: Emulate hlt on real mode for IntelAvi Kivity2007-07-161-1/+5
* KVM: x86 emulator: implement wbinvdAvi Kivity2007-07-161-1/+3
* KVM: Allow passing 64-bit values to the emulated read/write APIAvi Kivity2007-05-031-37/+9Star
* KVM: x86 emulator: fix bit string operations operand sizeAvi Kivity2007-05-031-2/+3
* [PATCH] KVM: x86 emulator: fix bit string instructionsAvi Kivity2007-01-231-46/+52
* [PATCH] KVM: MMU: Fix cmpxchg8b emulationAvi Kivity2007-01-061-1/+1
* [PATCH] KVM: Replace __x86_64__ with CONFIG_X86_64Avi Kivity2006-12-131-4/+4
* [PATCH] kvm: userspace interfaceAvi Kivity2006-12-101-0/+1409