summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/emulate.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-02KVM: x86: emulator: inc/dec can have lock prefixGleb Natapov1-2/+2
2010-08-02KVM: x86 emulator: re-implementing 'mov AL,moffs' instruction decodingWei Yongjun1-9/+23
2010-08-02KVM: x86 emulator: fix cli/sti instruction emulationWei Yongjun1-4/+6
2010-08-02KVM: x86 emulator: fix 'mov rm,sreg' instruction decodingWei Yongjun1-1/+1
2010-08-02KVM: x86 emulator: fix 'and AL,imm8' instruction decodingWei Yongjun1-1/+1
2010-08-02KVM: x86 emulator: fix the comment of out instructionWei Yongjun1-2/+2
2010-08-02KVM: x86 emulator: fix 'mov sreg,rm16' instruction decodingWei Yongjun1-1/+1
2010-08-01KVM: VMX: Execute WBINVD to keep data consistency with assigned devicesSheng Yang1-1/+4
2010-08-01KVM: x86 emulator: fix group3 instruction decodingWei Yongjun1-2/+2
2010-08-01KVM: x86 emulator: fix pusha instruction emulationWei Yongjun1-60/+73
2010-08-01KVM: Update Red Hat copyrightsAvi Kivity1-0/+1
2010-08-01KVM: x86 emulator: Add missing decoder flags for xor instructionsMohammed Gamal1-1/+1
2010-08-01KVM: x86 emulator: Add missing decoder flags for sub instructionMohammed Gamal1-1/+1
2010-08-01KVM: x86 emulator: Add test acc, imm instruction (opcodes 0xA8 - 0xA9)Mohammed Gamal1-1/+4
2010-08-01KVM: x86 emulator: do not inject exception directly into vcpuGleb Natapov1-47/+77
2010-08-01KVM: x86 emulator: move interruptibility state tracking out of emulatorGleb Natapov1-17/+2
2010-08-01KVM: x86 emulator: handle shadowed registers outside emulatorGleb Natapov1-15/+0
2010-08-01KVM: x86 emulator: use shadowed register in emulate_sysexit()Gleb Natapov1-2/+2
2010-08-01KVM: x86 emulator: set RFLAGS outside x86 emulator codeGleb Natapov1-1/+0
2010-08-01KVM: x86 emulator: advance RIP outside x86 emulator codeGleb Natapov1-3/+4
2010-08-01KVM: do not inject #PF in (read|write)_emulated() callbacksGleb Natapov1-1/+11
2010-08-01KVM: x86 emulator: make (get|set)_dr() callback return error if it failsGleb Natapov1-3/+8
2010-08-01KVM: x86 emulator: make set_cr() callback return error if it failsGleb Natapov1-2/+8
2010-08-01KVM: x86 emulator: cleanup some direct calls into kvm to use existing callbacksGleb Natapov1-95/+105
2010-08-01KVM: x86 emulator: add get_cached_segment_base() callback to x86_emulate_opsGleb Natapov1-12/+1
2010-08-01KVM: x86 emulator: add (set|get)_msr callbacks to x86_emulate_opsGleb Natapov1-18/+18
2010-08-01KVM: x86 emulator: add (set|get)_dr callbacks to x86_emulate_opsGleb Natapov1-2/+5
2010-08-01KVM: x86 emulator: handle "far address" source operandGleb Natapov1-24/+32
2010-08-01KVM: x86 emulator: cleanup nop emulationGleb Natapov1-2/+2
2010-08-01KVM: x86 emulator: cleanup xchg emulationGleb Natapov1-2/+2
2010-08-01KVM: x86 emulator: fix Move r/m16 to segment register decodingGleb Natapov1-1/+1
2010-08-01KVM: x86 emulator: introduce read cacheGleb Natapov1-14/+42
2010-05-17KVM: fix emulator_task_switch() return value.Gleb Natapov1-1/+1
2010-05-17KVM: x86: Push potential exception error code on task switchesJan Kiszka1-4/+18
2010-05-17KVM: x86: Terminate early if task_switch_16/32 failedJan Kiszka1-0/+2
2010-05-17KVM: x86 emulator: Don't overwrite decode cacheAvi Kivity1-9/+10
2010-05-17KVM: x86 emulator: fix unlocked CMPXCHG8B emulationGleb Natapov1-1/+0
2010-05-17KVM: x86 emulator: add decoding of CMPXCHG8B dst operandGleb Natapov1-14/+10
2010-05-17KVM: x86 emulator: commit rflags as part of registers commitGleb Natapov1-0/+1
2010-05-17KVM: x86 emulator: introduce pio in string read ahead.Gleb Natapov1-5/+41
2010-05-17KVM: x86 emulator: restart string instruction without going back to a guest.Gleb Natapov1-11/+23
2010-05-17KVM: x86 emulator: remove saved_eipGleb Natapov1-8/+1
2010-05-17KVM: x86 emulator: Move string pio emulation into emulator.cGleb Natapov1-33/+15
2010-05-17KVM: x86 emulator: fix in/out emulation.Gleb Natapov1-26/+24
2010-05-17KVM: x86 emulator: during rep emulation decrement ECX only if emulation succe...Gleb Natapov1-7/+8
2010-05-17KVM: x86 emulator: add decoding of X,Y parameters from Intel SDMGleb Natapov1-81/+44
2010-05-17KVM: x86 emulator: populate OP_MEM operand during decoding.Gleb Natapov1-37/+29
2010-05-17KVM: Use task switch from emulator.cGleb Natapov1-1/+5
2010-05-17KVM: x86 emulator: Use load_segment_descriptor() instead of kvm_load_segment_...Gleb Natapov1-5/+5
2010-05-17KVM: x86 emulator: Emulate task switch in emulator.cGleb Natapov1-0/+563