summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/kvm_emulate.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Push potential exception error code on task switchesJan Kiszka2010-05-171-1/+2
* KVM: x86 emulator: commit rflags as part of registers commitGleb Natapov2010-05-171-0/+1
* KVM: x86 emulator: introduce pio in string read ahead.Gleb Natapov2010-05-171-0/+7
* KVM: x86 emulator: restart string instruction without going back to a guest.Gleb Natapov2010-05-171-0/+1
* KVM: x86 emulator: fix in/out emulation.Gleb Natapov2010-05-171-0/+7
* KVM: x86 emulator: Emulate task switch in emulator.cGleb Natapov2010-05-171-0/+5
* KVM: x86 emulator: Provide more callbacks for x86 emulator.Gleb Natapov2010-05-171-0/+16
* KVM: Provide current eip as part of emulator context.Gleb Natapov2010-05-171-1/+2
* KVM: Provide x86_emulate_ctxt callback to get current cplGleb Natapov2010-05-171-0/+1
* KVM: Provide callback to get/set control registers in emulator ops.Gleb Natapov2010-05-171-1/+2
* KVM: x86: Save&restore interrupt shadow maskJan Kiszka2010-04-251-3/+0
* KVM: x86 emulator: fix memory access during x86 emulationGleb Natapov2010-03-011-2/+12
* KVM: x86 emulator: Add Virtual-8086 mode of emulationGleb Natapov2010-03-011-0/+1
* KVM: Fix the explanation of write_emulatedTakuya Yoshikawa2010-03-011-1/+1
* KVM: x86 emulator: limit instructions to 15 bytesAvi Kivity2009-12-031-1/+1
* KVM: Rename x86_emulate.c to emulate.cAvi Kivity2009-09-101-0/+187