aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/emulate.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-01KVM: Fix emulate_sys[call, enter, exit]()'s fault handlingTakuya Yoshikawa1-17/+20
2010-03-01KVM: Fix segment descriptor loadingGleb Natapov1-22/+8
2010-03-01KVM: x86 emulator: Forbid modifying CS segment register by mov instructionGleb Natapov1-0/+6
2010-03-01KVM: x86 emulator: disallow opcode 82 in 64-bit modeGleb Natapov1-8/+8
2010-03-01KVM: x86 emulator: code style cleanupWei Yongjun1-1/+1
2010-03-01KVM: x86 emulator: Add LOCK prefix validity checkingGleb Natapov1-41/+56
2010-03-01KVM: x86 emulator: Check CPL level during privilege instruction emulationGleb Natapov1-15/+20
2010-03-01KVM: x86 emulator: Fix popf emulationGleb Natapov1-1/+54
2010-03-01KVM: x86 emulator: Check IOPL level during io instruction emulationGleb Natapov1-7/+82
2010-03-01KVM: x86 emulator: fix memory access during x86 emulationGleb Natapov1-3/+3
2010-03-01KVM: x86 emulator: Add Virtual-8086 mode of emulationGleb Natapov1-5/+7
2010-03-01KVM: x86 emulator: Add group9 instruction decodingGleb Natapov1-2/+7
2010-03-01KVM: x86 emulator: Add group8 instruction decodingGleb Natapov1-1/+6
2010-03-01KVM: Move cr0/cr4/efer related helpers to x86.hAvi Kivity1-1/+0
2010-03-01KVM: Add a helper for checking if the guest is in protected modeAvi Kivity1-5/+4
2010-03-01KVM: x86: Use macros for x86_emulate_ops to avoid future mistakesTakuya Yoshikawa1-29/+36
2010-03-01KVM: Replace read accesses of vcpu->arch.cr0 by an accessorAvi Kivity1-3/+3
2009-12-03KVM: x86 emulator: limit instructions to 15 bytesAvi Kivity1-1/+4
2009-12-03KVM: x86 emulator: Add pusha and popa instructionsMohammed Gamal1-1/+47
2009-12-03KVM: x86 emulator: Add missing decoder flags for 'or' instructionsMohammed Gamal1-1/+2
2009-12-03KVM: Don't pass kvm_run argumentsAvi Kivity1-3/+3
2009-12-03KVM: x86 emulator: Introduce No64 decode optionMohammed Gamal1-28/+14
2009-12-03KVM: x86 emulator: Add 'push/pop sreg' instructionsMohammed Gamal1-6/+101
2009-09-10KVM: x86 emulator: Add adc and sbb missing decoder flagsMohammed Gamal1-2/+2
2009-09-10KVM: Rename x86_emulate.c to emulate.cAvi Kivity1-0/+2392