summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorFilesLines
2010-05-17KVM: MMU: cleanup for hlist walk restartXiao Guangrong1-5/+10
2010-05-17KVM: prevent spurious exit to userspace during task switch emulation.Gleb Natapov2-4/+14
2010-05-17KVM: MMU: remove unused parameter in mmu_parent_walk()Xiao Guangrong1-13/+11
2010-05-17KVM: MMU: remove unused struct kvm_unsync_walkXiao Guangrong1-5/+0
2010-05-17KVM: fix emulator_task_switch() return value.Gleb Natapov2-4/+5
2010-05-17KVM: MMU: Replace role.glevels with role.cr4_paeAvi Kivity2-8/+9
2010-05-17KVM: x86: Push potential exception error code on task switchesJan Kiszka4-8/+43
2010-05-17KVM: x86: Terminate early if task_switch_16/32 failedJan Kiszka1-0/+2
2010-05-17KVM: x86: get rid of mmu_only parameter in emulator_write_emulated()Gleb Natapov1-25/+11
2010-05-17KVM: move DR register access handling into generic codeGleb Natapov3-132/+90
2010-05-17KVM: SVM: implement NEXTRIPsave SVM featureAndre Przywara1-5/+8
2010-05-17KVM: Fix MAXPHYADDR calculation when cpuid does not support itAvi Kivity1-0/+4
2010-05-17KVM: Trace emulated instructionsAvi Kivity2-0/+90
2010-05-17KVM: x86 emulator: Don't overwrite decode cacheAvi Kivity1-9/+10
2010-05-17KVM: MMU: remove unnecessary NX check in walk_addrXiao Guangrong1-1/+1
2010-05-17KVM: MMU: remove unused fieldXiao Guangrong1-1/+0
2010-05-17KVM: MMU: cleanup/fix mmu audit codeXiao Guangrong1-7/+8
2010-05-17KVM: MMU: Disassociate direct maps from guest levelsAvi Kivity1-0/+2
2010-05-17KVM: MMU: check reserved bits only if CR4.PSE=1 or CR4.PAE=1Xiao Guangrong1-3/+9
2010-05-17KVM: x86: document KVM_REQ_PENDING_TIMER usageMarcelo Tosatti1-1/+2
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 Natapov2-2/+7
2010-05-17KVM: x86: Fix 32-bit build breakage due to typoJan Kiszka1-1/+1
2010-05-17KVM: small kvm_arch_vcpu_ioctl_run() cleanup.Gleb Natapov1-26/+6
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 Natapov2-12/+41
2010-05-17KVM: x86 emulator: remove saved_eipGleb Natapov1-8/+1
2010-05-17KVM: x86 emulator: Move string pio emulation into emulator.cGleb Natapov2-222/+32
2010-05-17KVM: x86 emulator: fix in/out emulation.Gleb Natapov4-131/+170
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 Natapov2-545/+22
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
2010-05-17KVM: x86 emulator: Provide more callbacks for x86 emulator.Gleb Natapov1-15/+115
2010-05-17KVM: x86 emulator: cleanup grp3 return valueGleb Natapov1-8/+4
2010-05-17KVM: x86 emulator: If LOCK prefix is used dest arg should be memory.Gleb Natapov1-1/+1
2010-05-17KVM: x86 emulator: do not call writeback if msr access fails.Gleb Natapov1-2/+2
2010-05-17KVM: x86 emulator: fix return values of syscall/sysenter/sysexit emulationsGleb Natapov1-6/+11
2010-05-17KVM: x86 emulator: fix mov dr to inject #UD when needed.Gleb Natapov1-6/+12
2010-05-17KVM: x86 emulator: inject #UD on access to non-existing CRGleb Natapov1-0/+7
2010-05-17KVM: x86 emulator: 0f (20|21|22|23) ignore mod bits.Gleb Natapov1-8/+0
2010-05-17KVM: x86 emulator: fix 0f 01 /5 emulationGleb Natapov1-0/+3
2010-05-17KVM: x86 emulator: fix mov r/m, sreg emulation.Gleb Natapov1-4/+3
2010-05-17KVM: Provide current eip as part of emulator context.Gleb Natapov2-6/+7
2010-05-17KVM: Provide x86_emulate_ctxt callback to get current cplGleb Natapov2-7/+14
2010-05-17KVM: remove realmode_lmsw function.Gleb Natapov2-9/+2
2010-05-17KVM: Provide callback to get/set control registers in emulator ops.Gleb Natapov2-60/+61