aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/kvm_emulate.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-17KVM: x86: Push potential exception error code on task switchesJan Kiszka1-1/+2
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-0/+7
2010-05-17KVM: x86 emulator: restart string instruction without going back to a guest.Gleb Natapov1-0/+1
2010-05-17KVM: x86 emulator: fix in/out emulation.Gleb Natapov1-0/+7
2010-05-17KVM: x86 emulator: Emulate task switch in emulator.cGleb Natapov1-0/+5
2010-05-17KVM: x86 emulator: Provide more callbacks for x86 emulator.Gleb Natapov1-0/+16
2010-05-17KVM: Provide current eip as part of emulator context.Gleb Natapov1-1/+2
2010-05-17KVM: Provide x86_emulate_ctxt callback to get current cplGleb Natapov1-0/+1
2010-05-17KVM: Provide callback to get/set control registers in emulator ops.Gleb Natapov1-1/+2
2010-04-25KVM: x86: Save&restore interrupt shadow maskJan Kiszka1-3/+0
2010-03-01KVM: x86 emulator: fix memory access during x86 emulationGleb Natapov1-2/+12
2010-03-01KVM: x86 emulator: Add Virtual-8086 mode of emulationGleb Natapov1-0/+1
2010-03-01KVM: Fix the explanation of write_emulatedTakuya Yoshikawa1-1/+1
2009-12-03KVM: x86 emulator: limit instructions to 15 bytesAvi Kivity1-1/+1
2009-09-10KVM: Rename x86_emulate.c to emulate.cAvi Kivity1-0/+187