aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/kvm/x86_emulate.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-25KVM: disable writeback for 0x0f 0x01 instructions.Aurelien Jarno1-0/+2
2007-07-20KVM: x86 emulator: implement rdmsr and wrmsrAvi Kivity1-1/+25
2007-07-16KVM: Fix x86 emulator writebackLuca Tettamanti1-4/+5
2007-07-16KVM: Implement emulation of instruction "ret" (opcode 0xc3)Nitin A Kamble1-4/+8
2007-07-16KVM: Implement emulation of "pop reg" instruction (opcode 0x58-0x5f)Nitin A Kamble1-2/+15
2007-07-16KVM: Emulate hlt on real mode for IntelAvi Kivity1-1/+5
2007-07-16KVM: x86 emulator: implement wbinvdAvi Kivity1-1/+3
2007-05-03KVM: Allow passing 64-bit values to the emulated read/write APIAvi Kivity1-37/+9
2007-05-03KVM: x86 emulator: fix bit string operations operand sizeAvi Kivity1-2/+3
2007-01-23[PATCH] KVM: x86 emulator: fix bit string instructionsAvi Kivity1-46/+52
2007-01-05[PATCH] KVM: MMU: Fix cmpxchg8b emulationAvi Kivity1-1/+1
2006-12-13[PATCH] KVM: Replace __x86_64__ with CONFIG_X86_64Avi Kivity1-4/+4
2006-12-10[PATCH] kvm: userspace interfaceAvi Kivity1-0/+1409