aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/hvm/vlapic.c
Commit message (Expand)AuthorAgeFilesLines
* Correct X2-APIC HVM emulationJuergen Gross2013-08-221-0/+1
* Nested VMX: Update APIC-v(RVI/SVI) when vmexit to L1Yang Zhang2013-08-221-6/+14
* Nested VMX: Force check ISR when L2 is runningYang Zhang2013-08-221-1/+3
* VMX: fix interaction of APIC-V and Viridian emulationJan Beulich2013-07-171-0/+3
* x86: drop MAX_VECTOR definitionJan Beulich2013-07-041-3/+3
* x86/HVM: fix x2APIC APIC_ID read emulationZhenguo Wang2013-06-111-3/+20
* x86: make vcpu_reset() preemptibleJan Beulich2013-05-021-1/+4
* VMX: Use posted interrupt to deliver virutal interruptYang Zhang2013-04-181-2/+6
* x86/HVM: Call vlapic_set_irq() to delivery virtual interruptYang Zhang2013-04-181-6/+8
* VMX: Add posted interrupt supportingYang Zhang2013-04-181-18/+0
* hvm: Clean up vlapic_reg_write() error propagation.Keir Fraser2013-03-281-15/+11
* hvm: Improve APIC INIT/SIPI emulation, fixing it for call paths other than x8...Keir Fraser2013-03-281-61/+60
* x86/VMX: fix live migration while enabling APICVJiongxi Li2013-02-181-0/+3
* printk: prefer %#x et at over 0x%xJan Beulich2012-09-211-11/+11
* xen: enable Virtual-interrupt deliveryJiongxi Li2012-09-171-0/+25
* xen: enable APIC-Register VirtualizationJiongxi Li2012-09-171-0/+8
* x86/hvm: constify static data where possibleJan Beulich2012-09-141-1/+1
* xen: Remove x86_32 build target.Keir Fraser2012-09-121-5/+0
* x86: fix delta calculation in TSC deadline timer emulationDavid Vrabel2012-04-111-8/+4
* replace bogus gdprintk() uses with {,d}printk()Jan Beulich2012-02-161-2/+4
* x86/hvm: Allow wake up of offline vcpu via nmi-ipiJuergen Gross2012-01-201-0/+9
* x86/vIRQ: IRR and TMR race condition bug fixYongan Liu2012-01-051-4/+1
* Adding back guest MSI eoi support for unmaskable MSI interruptShan Haitao2011-07-191-0/+2
* Remove MSI IRQ storms prevention logicShan Haitao2011-07-161-2/+0
* x86 hvm: Missing chunk from TSC-deadline support patch.Keir Fraser2010-12-271-1/+1
* x86 hvm: Emulate MSR_IA32_TSC_DEADLINEKeir Fraser2010-12-151-4/+116
* x86: Define APIC_TIMER_MODE_xxx in apicdef.hKeir Fraser2010-12-151-2/+2
* hvm vlapic: Fix tmcct read logic when in periodic mode.Keir Fraser2010-12-101-3/+10
* x86:vlapic: Fix possible guest tick losing after save/restoreKeir Fraser2010-12-091-1/+1
* x86 hvm: x2APIC emulationKeir Fraser2010-12-071-57/+145
* x86 hvm: Fix VLAPIC TMCCT register when timer is one-shotKeir Fraser2010-12-071-3/+5
* x86 hvm: When sending INIT-SIPI IPIs, pause the sending vcpu until theKeir Fraser2010-10-201-17/+32
* x86 hvm: Improve test for wait-for-SIPI state of a target VLAPIC.Keir Fraser2010-10-201-2/+2
* x86: Do not include apic.h/io_apic.h from asm/smp.hKeir Fraser2010-06-111-0/+8
* x86 hvm: Simplify vlapic init-sipi logic (no async pause logic)Keir Fraser2010-04-191-57/+39
* x86: Clean up APIC local timer handling.Keir Fraser2009-11-031-2/+9
* Miscellaneous data placement adjustmentsKeir Fraser2009-10-281-1/+1
* Cleanup: Make local functions static and remove unused functions.Keir Fraser2009-09-301-2/+2
* Introduce new flavour of map_domain_page()Keir Fraser2009-09-221-1/+1
* x86 hvm: suspend platform timer emulation while its IRQ is maskedKeir Fraser2009-09-161-0/+10
* x86 hvm: Clean up VLAPIC interfaces a little, and fix vlapic_ipi().Keir Fraser2009-08-311-44/+17
* x86 hvm: Clean up vlapic/vioapic/vmsi delivery.Keir Fraser2009-08-191-46/+29
* hvm vlapic: Fix vlapic_write() for partial register writes.Keir Fraser2009-07-281-2/+2
* x86 hvm: Use 'x' as parameter name for macros converting betweenKeir Fraser2009-07-081-1/+1
* x86,hvm: Allow delivery of timer interrupts to VCPUs != 0Keir Fraser2009-07-071-0/+3
* x86 hvm: Allow delivery of legacy 8259 interrupts to VCPUs != 0.Keir Fraser2009-07-011-8/+36
* x86_64: allow more vCPU-s per guestKeir Fraser2009-06-181-3/+3
* x86/hvm: fix off-by-one errors in vcpuid range checksKeir Fraser2009-05-271-2/+2
* x86, hvm: Implement interrupt routing to least priority processor.Keir Fraser2008-11-181-16/+20
* Port HPET device model to vpt timer subsystemKeir Fraser2008-10-221-4/+6