aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/kvm_emulate.h
AgeCommit message (Expand)Author
2012-09-06KVM: emulator: optimize "rep ins" handlingGleb Natapov
2012-09-06KVM: emulator: make x86 emulation modes enum instead of definesGleb Natapov
2012-09-05KVM: x86 emulator: constify emulate_opsMathias Krause
2012-08-27KVM: x86 emulator: access GPRs on demandAvi Kivity
2012-07-09KVM: x86 emulator: initialize memopAvi Kivity
2012-07-09KVM: x86 emulator: change ->get_cpuid() accessor to use the x86 semanticsAvi Kivity
2012-04-16KVM: x86 emulator: MMX supportAvi Kivity
2012-03-08KVM: x86 emulator: Allow PM/VM86 switch during task switchKevin Wolf
2012-03-08KVM: x86 emulator: Fix task switch privilege checksKevin Wolf
2012-02-01KVM: x86: fix missing checks in syscall emulationStephan Bärwolf
2012-02-01KVM: x86: extend "struct x86_emulate_ops" with "get_cpuid"Stephan Bärwolf
2011-12-27KVM: x86 emulator: implement RDPMC (0F 33)Avi Kivity
2011-12-27KVM: x86: retry non-page-table writing instructionsXiao Guangrong
2011-09-25KVM: x86 emulator: expand decode flags to 64 bitsAvi Kivity
2011-09-25KVM: x86 emulator: move memop, memopp into emulation contextAvi Kivity
2011-07-12KVM: x86 emulator: fold decode_cache into x86_emulate_ctxtAvi Kivity
2011-07-12KVM: x86 emulator: rename decode_cache::eip to _eipAvi Kivity
2011-07-12KVM: x86 emulator: Avoid clearing the whole decode_cacheTakuya Yoshikawa
2011-07-12KVM: x86 emulator: Stop passing ctxt->ops as arg of emul functionsTakuya Yoshikawa
2011-05-22KVM: x86 emulator: consolidate segment accessorsAvi Kivity
2011-05-22KVM: SVM: Get rid of x86_intercept_map::validAvi Kivity
2011-05-22KVM: x86 emulator: drop x86_emulate_ctxt::vcpuAvi Kivity
2011-05-22KVM: x86 emulator: add new ->wbinvd() callbackAvi Kivity
2011-05-22KVM: x86 emulator: add ->fix_hypercall() callbackAvi Kivity
2011-05-22KVM: x86 emulator: add new ->halt() callbackAvi Kivity
2011-05-22KVM: x86 emulator: make emulate_invlpg() an emulator callbackAvi Kivity
2011-05-22KVM: x86 emulator: add and use new callbacks set_idt(), set_gdt()Avi Kivity
2011-05-22KVM: x86 emulator: drop vcpu argument from intercept callbackAvi Kivity
2011-05-22KVM: x86 emulator: drop vcpu argument from cr/dr/cpl/msr callbacksAvi Kivity
2011-05-22KVM: x86 emulator: drop vcpu argument from segment/gdt/idt callbacksAvi Kivity
2011-05-11KVM: x86 emulator: drop vcpu argument from pio callbacksAvi Kivity
2011-05-11KVM: x86 emulator: drop vcpu argument from memory read/write callbacksAvi Kivity
2011-05-11KVM: emulator: Use linearize() when fetching instructionsNelson Elhage
2011-05-11KVM: SVM: Add checks for IO instructionsJoerg Roedel
2011-05-11KVM: SVM: Add intercept checks for remaining twobyte instructionsJoerg Roedel
2011-05-11KVM: SVM: Add intercept check for accessing dr registersJoerg Roedel
2011-05-11KVM: SVM: Add intercept check for emulated cr accessesJoerg Roedel
2011-05-11KVM: x86: Add x86 callback for intercept checkJoerg Roedel
2011-05-11KVM: x86 emulator: Add flag to check for protected mode instructionsJoerg Roedel
2011-05-11KVM: x86 emulator: Add check_perm callbackJoerg Roedel
2011-05-11KVM: x86 emulator: Don't write-back cpu-state on X86EMUL_INTERCEPTEDJoerg Roedel
2011-05-11KVM: x86 emulator: add SVM interceptsAvi Kivity
2011-05-11KVM: x86 emulator: add framework for instruction interceptsAvi Kivity
2011-05-11KVM: x86 emulator: SSE supportAvi Kivity
2011-05-11KVM: x86 emulator: define callbacks for using the guest fpu within the emulatorAvi Kivity
2011-05-11KVM: x86 emulator: do not munge rep prefixAvi Kivity
2011-03-17KVM: emulator: Fix io permission checking for 64bit guestGleb Natapov
2011-03-17KVM: x86 emulator: vendor specific instructionsAvi Kivity
2011-01-12KVM: SVM: copy instruction bytes from VMCBAndre Przywara
2011-01-12KVM: Pull extra page fault information into struct x86_exceptionAvi Kivity