summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/kvm_emulate.h
AgeCommit message (Expand)Author
2010-08-01KVM: x86 emulator: do not inject exception directly into vcpuGleb Natapov
2010-08-01KVM: x86 emulator: set RFLAGS outside x86 emulator codeGleb Natapov
2010-08-01KVM: do not inject #PF in (read|write)_emulated() callbacksGleb Natapov
2010-08-01KVM: x86 emulator: x86_emulate_insn() return -1 only in case of emulation fai...Gleb Natapov
2010-08-01KVM: x86 emulator: fix X86EMUL_RETRY_INSTR and X86EMUL_CMPXCHG_FAILED valuesGleb Natapov
2010-08-01KVM: x86 emulator: make set_cr() callback return error if it failsGleb Natapov
2010-08-01KVM: x86 emulator: add get_cached_segment_base() callback to x86_emulate_opsGleb Natapov
2010-08-01KVM: x86 emulator: add (set|get)_msr callbacks to x86_emulate_opsGleb Natapov
2010-08-01KVM: x86 emulator: add (set|get)_dr callbacks to x86_emulate_opsGleb Natapov
2010-08-01KVM: x86 emulator: handle "far address" source operandGleb Natapov
2010-08-01KVM: x86 emulator: introduce read cacheGleb Natapov
2010-05-17KVM: x86: Push potential exception error code on task switchesJan Kiszka
2010-05-17KVM: x86 emulator: commit rflags as part of registers commitGleb Natapov
2010-05-17KVM: x86 emulator: introduce pio in string read ahead.Gleb Natapov
2010-05-17KVM: x86 emulator: restart string instruction without going back to a guest.Gleb Natapov
2010-05-17KVM: x86 emulator: fix in/out emulation.Gleb Natapov
2010-05-17KVM: x86 emulator: Emulate task switch in emulator.cGleb Natapov
2010-05-17KVM: x86 emulator: Provide more callbacks for x86 emulator.Gleb Natapov
2010-05-17KVM: Provide current eip as part of emulator context.Gleb Natapov
2010-05-17KVM: Provide x86_emulate_ctxt callback to get current cplGleb Natapov
2010-05-17KVM: Provide callback to get/set control registers in emulator ops.Gleb Natapov
2010-04-25KVM: x86: Save&restore interrupt shadow maskJan Kiszka
2010-03-01KVM: x86 emulator: fix memory access during x86 emulationGleb Natapov
2010-03-01KVM: x86 emulator: Add Virtual-8086 mode of emulationGleb Natapov
2010-03-01KVM: Fix the explanation of write_emulatedTakuya Yoshikawa
2009-12-03KVM: x86 emulator: limit instructions to 15 bytesAvi Kivity
2009-09-10KVM: Rename x86_emulate.c to emulate.cAvi Kivity