summaryrefslogtreecommitdiffstats
path: root/drivers/kvm/x86_emulate.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86 emulator: Use emulator_write_emulated and not emulator_write_stdAmit Shah2007-11-271-1/+1
* KVM: x86 emulator: fix the saving of of the eip valueIzik Eidus2007-11-271-0/+1
* KVM: x86 emulator: fix JMP_RELIzik Eidus2007-11-271-2/+1Star
* KVM: x86 emulator: invd instructionAvi Kivity2007-11-081-1/+3
* KVM: x86 emulator: fix 'push imm8' emulationAvi Kivity2007-11-081-11/+11
* KVM: x86 emulator: fix access registers for instructions with ModR/M byte and...Aurelien Jarno2007-10-221-0/+16
* KVM: x86 emulator: implement 'movnti mem, reg'Sheng Yang2007-10-221-1/+6
* KVM: x86 emulator: fix repne/repnz decodingLaurent Vivier2007-10-221-2/+1Star
* KVM: x86 emulator: fix merge screwup due to emulator splitNitin A Kamble2007-10-221-25/+26
* KVM: x86 emulator: popfNitin A Kamble2007-10-131-1/+4
* KVM: x86 emulator: fix src, dst value initializationNitin A Kamble2007-10-131-0/+2
* KVM: x86 emulator: jmp absNitin A Kamble2007-10-131-0/+6
* KVM: x86 emulator: leaNitin A Kamble2007-10-131-1/+4
* KVM: X86 emulator: jump conditional shortNitin A Kamble2007-10-131-2/+13
* KVM: x86 emulator: imlpement jump conditional relativeNitin A Kamble2007-10-131-1/+60
* KVM: x86 emulator: sort opcodes into ascending orderNitin A Kamble2007-10-131-50/+49Star
* KVM: x86 emulator: pushfNitin A Kamble2007-10-131-2/+9
* KVM: x86 emulator: call nearNitin A Kamble2007-10-131-1/+21
* KVM: x86 emulator: push imm8Nitin A Kamble2007-10-131-3/+14
* KVM: Rename kvm_arch_ops to kvm_x86_opsChristian Ehrhardt2007-10-131-2/+2
* KVM: Clean up unloved invlpg emulationRusty Russell2007-10-131-13/+3Star
* KVM: X86 emulator: fix 'push reg' writebackAvi Kivity2007-10-131-1/+0Star
* KVM: x86 emulator: implement 'push reg' (opcodes 0x50-0x57)Nitin A Kamble2007-10-131-1/+15
* KVM: x86 emulator: Implement 'jmp rel short' instruction (opcode 0xeb)Nitin A Kamble2007-10-131-1/+2
* KVM: x86 emulator: implement 'jmp rel' instruction (opcode 0xe9)Nitin A Kamble2007-10-131-2/+14
* KVM: x86 emulator: implement 'and $imm, %{al|ax|eax}'Nitin A Kamble2007-10-131-2/+19
* KVM: Clean up kvm_setup_pio()Laurent Vivier2007-10-131-4/+2Star
* KVM: Cleanup string I/O instruction emulationLaurent Vivier2007-10-131-5/+44
* KVM: Change the emulator_{read,write,cmpxchg}_* functions to take a vcpuLaurent Vivier2007-10-131-15/+20
* KVM: Remove dead code in the cmpxchg instruction emulationAurelien Jarno2007-10-131-2/+0Star
* KVM: x86 emulator: fix faulty check for two-byte opcodeAvi Kivity2007-10-131-1/+1
* KVM: x86 emulator: fix cmov for writeback changesAvi Kivity2007-10-131-11/+11
* KVM: Trivial: Comment spelling may escape grepRusty Russell2007-10-131-1/+1
* KVM: Trivial: Make decode_register() staticRusty Russell2007-10-131-2/+7
* 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