aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/hvm
Commit message (Expand)AuthorAgeFilesLines
* x86/HVM: cache emulated instruction for retry processingJan Beulich2013-10-141-0/+3
* x86/HVM: fix direct PCI port I/O emulation retry and error handlingJan Beulich2013-10-141-0/+5
* VMX: clean up capability checksJan Beulich2013-10-041-2/+8
* Nested VMX: check VMX capability before read VMX related MSRsYang Zhang2013-10-041-0/+2
* x86/AMD-Vi: Fix IVRS HPET special->handle overrideSuravee Suthikulpanit2013-09-301-2/+5
* VMX: drop memory clobbers from vmread/vmwrite wrappersJan Beulich2013-09-231-9/+6
* VMX: also use proper instruction mnemonic for VMREADJan Beulich2013-09-231-8/+13
* hvm/vpmu: Prevent dump handlers from incorrectly mutating stateAndrew Cooper2013-09-161-1/+1
* console: buffer and show origin of guest PV writesDaniel De Graaf2013-09-101-6/+0
* x86/xsave: fix migration from xsave-capable to xsave-incapable hostJan Beulich2013-09-091-1/+1
* VMX: use proper instruction mnemonics if assembler supports themJan Beulich2013-09-091-20/+70
* VMX: move various uses of UD2 out of fast pathsJan Beulich2013-09-091-6/+19
* VMX: streamline entry.S codeJan Beulich2013-09-091-0/+15
* AMD IOMMU: allow command line overrides for broken IVRS tablesJan Beulich2013-08-291-0/+1
* VMX: convert EOI exit bitmap to a proper bitmapJan Beulich2013-08-271-9/+3
* Nested VMX: Update APIC-v(RVI/SVI) when vmexit to L1Yang Zhang2013-08-223-2/+4
* x86/AMD: Inject #GP instead of #UD when unable to map vmcbSuravee Suthikulpanit2013-08-131-1/+1
* x86/AMD: Fix nested svm crash due to assertion in __virt_to_maddrSuravee Suthikulpanit2013-08-131-4/+7
* VMX: fix interaction of APIC-V and Viridian emulationJan Beulich2013-07-171-0/+1
* AMD IOMMU: allocate IRTE entries instead of using a static mappingJan Beulich2013-07-162-7/+7
* AMD IOMMU: use ioremap()Jan Beulich2013-07-151-3/+0
* x86: drop MAX_VECTOR definitionJan Beulich2013-07-041-2/+0
* iommu/amd: Fix logic for clearing the IOMMU interrupt bitsSuravee Suthikulpanit2013-07-021-5/+17
* x86: fix XCR0 handlingJan Beulich2013-06-041-1/+1
* x86/HVM: properly handle RTC periodic timer even when !RTC_PIEJan Beulich2013-05-211-1/+1
* x86/HVM: move per-vendor function tables into .init.dataJan Beulich2013-04-291-2/+2
* x86/HVM: Call vlapic_set_irq() to delivery virtual interruptYang Zhang2013-04-181-1/+1
* VMX: Add posted interrupt supportingYang Zhang2013-04-183-0/+42
* VMX: Turn on posted interrupt bit in vmcsYang Zhang2013-04-182-0/+9
* VMX: Detect posted interrupt capabilityYang Zhang2013-04-181-0/+6
* x86/VPMU: Save/restore VPMU only when necessaryBoris Ostrovsky2013-04-151-4/+10
* x86/VPMU: Factor out VPMU common codeBoris Ostrovsky2013-04-152-1/+1
* x86/AMD: Allow more fine-grained control of VMCB MSR Permission MapBoris Ostrovsky2013-04-151-2/+6
* IOMMU: allow MSI message to IRTE propagation to failJan Beulich2013-04-151-1/+1
* vpmu intel: Dump vpmu infos in 'q' keyhandlerDietmar Hahn2013-04-081-0/+2
* vpmu intel: Better names and replacing numerals with definesDietmar Hahn2013-04-081-3/+8
* x86/hvm: Let the guest miss a few ticks before resetting the timer.Tim Deegan2013-03-291-0/+1
* x86/hvm: Avoid needlessly resetting the periodic timer.Tim Deegan2013-03-291-5/+5
* x86/hvm: Run the RTC periodic timer on a consistent time series.Tim Deegan2013-03-291-1/+2
* hvm: Improve APIC INIT/SIPI emulation, fixing it for call paths other than x8...Keir Fraser2013-03-281-3/+2
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-217-7/+7
* x86/VMX: fix VMCS setting for x2APIC mode guest while enabling APICVJiongxi Li2013-02-181-0/+4
* x86/VMX: fix live migration while enabling APICVJiongxi Li2013-02-182-0/+5
* AMD,IOMMU: Clean up old entries in remapping tables when creating new oneJan Beulich2013-02-051-0/+1
* x86/HVM: assorted RTC emulation adjustmentsJan Beulich2013-02-051-0/+1
* nested vmx: enable VMCS shadowing featureDongxiao Xu2013-01-251-1/+17
* nested vmx: optimize for bulk access of virtual VMCSDongxiao Xu2013-01-251-0/+2
* nested vmx: use VMREAD/VMWRITE to construct vVMCS if enabled VMCS shadowingDongxiao Xu2013-01-252-4/+17
* nested vmx: Use a list to store the launched vvmcs for L1 VMMDongxiao Xu2013-01-252-2/+6
* x86: properly use map_domain_page() in nested HVM codeJan Beulich2013-01-231-3/+3