aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/hvm/svm/emulate.c
Commit message (Expand)AuthorAgeFilesLines
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* x86: mark certain items staticJan Beulich2012-12-071-1/+1
* x86/hvm: constify static data where possibleJan Beulich2012-09-141-1/+1
* xen: Remove x86_32 build target.Keir Fraser2012-09-121-2/+0
* xen: Define new struct hvm_trap and cleanup vmx exceptionKeir Fraser2012-05-301-2/+2
* nestedsvm: update rip on invlpga interceptChristoph Egger2011-05-121-0/+2
* Implement SVM specific part for Nested Virtualizationcegger2011-03-091-0/+10
* svm: support VMCB cleanbitsKeir Fraser2010-12-151-1/+3
* amd xsave: Enable SVM intercept for xsetbv instruction.Keir Fraser2010-12-071-1/+1
* amd xsave: Enable XSAVE/XRSTOR for SVM guestKeir Fraser2010-12-071-0/+2
* svm: increment RIP over PAUSE instruction when emulating itKeir Fraser2010-08-131-1/+3
* x86/hvm: accelerate I/O intercept handlingKeir Fraser2010-03-311-0/+3
* Mapping grant references into HVM guests, take 2Keir Fraser2009-07-131-2/+2
* svm: Check exitcode for NRIP validity only in debug builds.Keir Fraser2008-10-171-7/+8
* NextRIPS support for forthcoming AMD processorsKeir Fraser2008-10-161-0/+30
* x86, hvm: Fix softtsc for AMD-VKeir Fraser2008-08-151-1/+3
* SVM: clean up __get_instruction_length_from_list()Keir Fraser2008-05-061-56/+59
* x86_emulate: Check I/O port accesses.Keir Fraser2008-03-271-1/+3
* SVM: handle page faults in emulated instruction fetchesKeir Fraser2008-03-171-1/+3
* x86 hvm: More emulation simplifications.Keir Fraser2008-02-221-2/+11
* hvm: Remove lots of custom trap-and-emulate code and defer toKeir Fraser2008-02-211-372/+39
* hvm: Clean up CPUID 0x80000001 emulation. Filter out RDTSCP featureKeir Fraser2007-11-221-4/+0
* x86, hvm: Better handling of INVD/WBINVD on VMX and SVM.Keir Fraser2007-11-091-0/+2
* hvm: Always keep canonical copy of RIP/RSP/RFLAGS inkfraser@localhost.localdomain2007-09-191-9/+10
* SVM: Sync with VMX code changes.Keir Fraser2007-07-071-2/+2
* x86/hvm: HVM_DBG_LOG() cleanupkfraser@localhost.localdomain2007-05-151-3/+2
* hvm: Must increment RIP on INT3 instruction in SVM.Keir Fraser2007-03-301-1/+3
* [SVM] Use svm_long_mode_enabled() when checking if guest is in long modeTravis Betak2007-03-051-8/+14
* [HVM] Add canonical address checks and generally clean up.kfraser@localhost.localdomain2006-12-011-11/+0
* [XEN] Proper segmentation emulation added to HVM emulated PTE writes.kfraser@localhost.localdomain2006-11-301-2/+2
* [PATCH] svm: fix RIP-relative addressing in invlpg emulationkfraser@localhost.localdomain2006-11-271-17/+9
* [HVM][SVM] Obtaining instruction address needs to mask to 32 bitskfraser@localhost.localdomain2006-09-291-1/+5
* Various HVM clean-ups.shand@kneesaa.uk.xensource.com2006-08-151-2/+2
* SVM patch to add 64bit hv support.kaf24@firebug.cl.cam.ac.uk2006-02-281-12/+6
* Remove CONFIG_VMX and CONFIG_SVM compile options. Supportkaf24@firebug.cl.cam.ac.uk2006-02-061-3/+0
* Big merge the HVM full-virtualisation abstractions.kaf24@firebug.cl.cam.ac.uk2006-01-311-0/+517