aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/kvm/x86_emulate.c
Commit message (Expand)AuthorAge
* KVM: x86 emulator: popfNitin A Kamble2007-10-13
* KVM: x86 emulator: fix src, dst value initializationNitin A Kamble2007-10-13
* KVM: x86 emulator: jmp absNitin A Kamble2007-10-13
* KVM: x86 emulator: leaNitin A Kamble2007-10-13
* KVM: X86 emulator: jump conditional shortNitin A Kamble2007-10-13
* KVM: x86 emulator: imlpement jump conditional relativeNitin A Kamble2007-10-13
* KVM: x86 emulator: sort opcodes into ascending orderNitin A Kamble2007-10-13
* KVM: x86 emulator: pushfNitin A Kamble2007-10-13
* KVM: x86 emulator: call nearNitin A Kamble2007-10-13
* KVM: x86 emulator: push imm8Nitin A Kamble2007-10-13
* KVM: Rename kvm_arch_ops to kvm_x86_opsChristian Ehrhardt2007-10-13
* KVM: Clean up unloved invlpg emulationRusty Russell2007-10-13
* KVM: X86 emulator: fix 'push reg' writebackAvi Kivity2007-10-13
* KVM: x86 emulator: implement 'push reg' (opcodes 0x50-0x57)Nitin A Kamble2007-10-13
* KVM: x86 emulator: Implement 'jmp rel short' instruction (opcode 0xeb)Nitin A Kamble2007-10-13
* KVM: x86 emulator: implement 'jmp rel' instruction (opcode 0xe9)Nitin A Kamble2007-10-13
* KVM: x86 emulator: implement 'and $imm, %{al|ax|eax}'Nitin A Kamble2007-10-13
* KVM: Clean up kvm_setup_pio()Laurent Vivier2007-10-13
* KVM: Cleanup string I/O instruction emulationLaurent Vivier2007-10-13
* KVM: Change the emulator_{read,write,cmpxchg}_* functions to take a vcpuLaurent Vivier2007-10-13
* KVM: Remove dead code in the cmpxchg instruction emulationAurelien Jarno2007-10-13
* KVM: x86 emulator: fix faulty check for two-byte opcodeAvi Kivity2007-10-13
* KVM: x86 emulator: fix cmov for writeback changesAvi Kivity2007-10-13
* KVM: Trivial: Comment spelling may escape grepRusty Russell2007-10-13
* KVM: Trivial: Make decode_register() staticRusty Russell2007-10-13
* KVM: x86 emulator: fix debug reg mov instructionsAvi Kivity2007-08-06
* KVM: disable writeback for 0x0f 0x01 instructions.Aurelien Jarno2007-07-25
* KVM: x86 emulator: implement rdmsr and wrmsrAvi Kivity2007-07-20
* KVM: Fix x86 emulator writebackLuca Tettamanti2007-07-16
* KVM: Implement emulation of instruction "ret" (opcode 0xc3)Nitin A Kamble2007-07-16
* KVM: Implement emulation of "pop reg" instruction (opcode 0x58-0x5f)Nitin A Kamble2007-07-16
* KVM: Emulate hlt on real mode for IntelAvi Kivity2007-07-16
* KVM: x86 emulator: implement wbinvdAvi Kivity2007-07-16
* KVM: Allow passing 64-bit values to the emulated read/write APIAvi Kivity2007-05-03
* KVM: x86 emulator: fix bit string operations operand sizeAvi Kivity2007-05-03
* [PATCH] KVM: x86 emulator: fix bit string instructionsAvi Kivity2007-01-23
* [PATCH] KVM: MMU: Fix cmpxchg8b emulationAvi Kivity2007-01-06
* [PATCH] KVM: Replace __x86_64__ with CONFIG_X86_64Avi Kivity2006-12-13
* [PATCH] kvm: userspace interfaceAvi Kivity2006-12-10