aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/kvm_emulate.h
AgeCommit message (Expand)Author
2011-01-12KVM: SVM: copy instruction bytes from VMCBAndre Przywara
2011-01-12KVM: Pull extra page fault information into struct x86_exceptionAvi Kivity
2011-01-12KVM: x86 emulator: make emulator memory callbacks return full exceptionAvi Kivity
2011-01-12KVM: x86 emulator: introduce struct x86_exception to communicate faultsAvi Kivity
2011-01-12KVM: x86 emulator: preserve an operand's segment identityAvi Kivity
2010-10-24KVM: x86 emulator: Expose emulate_int_real()Mohammed Gamal
2010-10-24KVM: MMU: Track page fault data in struct vcpuJoerg Roedel
2010-10-24KVM: x86 emulator: get rid of "restart" in emulation context.Gleb Natapov
2010-10-24KVM: x86 emulator: Allow accessing IDT via emulator opsMohammed Gamal
2010-10-24KVM: x86 emulator: Decode memory operands directly into a 'struct operand'Avi Kivity
2010-10-24KVM: x86 emulator: drop use_modrm_eaAvi Kivity
2010-10-24KVM: x86 emulator: use correct type for memory address in operandsAvi Kivity
2010-10-24KVM: x86 emulator: push segment override out of decode_modrm()Avi Kivity
2010-10-24KVM: x86 emulator: check io permissions only once for string pioGleb Natapov
2010-10-24KVM: x86 emulator: allow storing emulator execution function in decode tablesAvi Kivity
2010-10-24KVM: x86 emulator: store x86_emulate_ops in emulation contextAvi Kivity
2010-09-08KVM: x86 emulator: fix regression with cmpxchg8b on i386 hostsAvi Kivity
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