summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/emulate.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: Provide x86_emulate_ctxt callback to get current cplGleb Natapov2010-05-171-7/+8
* KVM: remove realmode_lmsw function.Gleb Natapov2010-05-171-2/+2
* KVM: Provide callback to get/set control registers in emulator ops.Gleb Natapov2010-05-171-4/+3
* KVM: Remove pointer to rflags from realmode_set_cr parameters.Gleb Natapov2010-05-171-2/+1
* KVM: x86 emulator: check return value against correct defineGleb Natapov2010-05-171-1/+1
* KVM: x86 emulator: fix RCX access during rep emulationGleb Natapov2010-05-171-2/+2
* KVM: x86 emulator: Fix DstAcc decoding.Gleb Natapov2010-05-171-2/+5
* KVM: x86 emulator mark VMMCALL and LMSW as privilegedGleb Natapov2010-05-171-2/+2
* KVM: x86 emulator: Implement jmp far opcode ff/5Gleb Natapov2010-04-251-2/+9
* KVM: x86 emulator: Add decoding of 16bit second in memory argumentGleb Natapov2010-04-251-0/+18
* KVM: x86: Save&restore interrupt shadow maskJan Kiszka2010-04-251-2/+2
* KVM: x86 emulator: Fix x86_emulate_insn() not to use the variable rc for non-...Takuya Yoshikawa2010-04-251-9/+6
* KVM: x86 emulator: X86EMUL macro replacements: x86_emulate_insn() and its hel...Takuya Yoshikawa2010-04-251-33/+29
* KVM: x86 emulator: X86EMUL macro replacements: from do_fetch_insn_byte() to x...Takuya Yoshikawa2010-04-251-9/+9
* KVM: inject #UD in 64bit mode from instruction that are not valid thereGleb Natapov2010-04-251-5/+5
* KVM: Fix emulate_sys[call, enter, exit]()'s fault handlingTakuya Yoshikawa2010-03-011-17/+20
* KVM: Fix segment descriptor loadingGleb Natapov2010-03-011-22/+8
* KVM: x86 emulator: Forbid modifying CS segment register by mov instructionGleb Natapov2010-03-011-0/+6
* KVM: x86 emulator: disallow opcode 82 in 64-bit modeGleb Natapov2010-03-011-8/+8
* KVM: x86 emulator: code style cleanupWei Yongjun2010-03-011-1/+1
* KVM: x86 emulator: Add LOCK prefix validity checkingGleb Natapov2010-03-011-41/+56
* KVM: x86 emulator: Check CPL level during privilege instruction emulationGleb Natapov2010-03-011-15/+20
* KVM: x86 emulator: Fix popf emulationGleb Natapov2010-03-011-1/+54
* KVM: x86 emulator: Check IOPL level during io instruction emulationGleb Natapov2010-03-011-7/+82
* KVM: x86 emulator: fix memory access during x86 emulationGleb Natapov2010-03-011-3/+3
* KVM: x86 emulator: Add Virtual-8086 mode of emulationGleb Natapov2010-03-011-5/+7
* KVM: x86 emulator: Add group9 instruction decodingGleb Natapov2010-03-011-2/+7
* KVM: x86 emulator: Add group8 instruction decodingGleb Natapov2010-03-011-1/+6
* KVM: Move cr0/cr4/efer related helpers to x86.hAvi Kivity2010-03-011-1/+0
* KVM: Add a helper for checking if the guest is in protected modeAvi Kivity2010-03-011-5/+4
* KVM: x86: Use macros for x86_emulate_ops to avoid future mistakesTakuya Yoshikawa2010-03-011-29/+36
* KVM: Replace read accesses of vcpu->arch.cr0 by an accessorAvi Kivity2010-03-011-3/+3
* KVM: x86 emulator: limit instructions to 15 bytesAvi Kivity2009-12-031-1/+4
* KVM: x86 emulator: Add pusha and popa instructionsMohammed Gamal2009-12-031-1/+47
* KVM: x86 emulator: Add missing decoder flags for 'or' instructionsMohammed Gamal2009-12-031-1/+2
* KVM: Don't pass kvm_run argumentsAvi Kivity2009-12-031-3/+3
* KVM: x86 emulator: Introduce No64 decode optionMohammed Gamal2009-12-031-28/+14
* KVM: x86 emulator: Add 'push/pop sreg' instructionsMohammed Gamal2009-12-031-6/+101
* KVM: x86 emulator: Add adc and sbb missing decoder flagsMohammed Gamal2009-09-101-2/+2
* KVM: Rename x86_emulate.c to emulate.cAvi Kivity2009-09-101-0/+2392