aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/hvm/irq.c
Commit message (Expand)AuthorAgeFilesLines
* Nested VMX: Update APIC-v(RVI/SVI) when vmexit to L1Yang Zhang2013-08-221-1/+1
* printk: prefer %#x et at over 0x%xJan Beulich2012-09-211-1/+1
* x86/hvm: don't give vector callback higher priority than NMI/MCEJan Beulich2012-09-101-4/+4
* xen: event channel remapping for emulated MSIsStefano Stabellini2012-07-031-0/+25
* x86/hvm: Re-instate HVM IRQ debug code and add keyhandler.Paul Durrant2011-11-301-3/+32
* xen: __hvm_pci_intx_assert should check for gsis remapped onto pirqsStefano Stabellini2011-08-311-2/+7
* replace d->nr_pirqs sized arrays with radix treeJan Beulich2011-06-231-2/+6
* Rename inj_msi -> inject_msiKeir Fraser2011-05-261-1/+1
* x86: Add a new operation in HVMOP to inject emulated MSI.Wei Liu2011-05-261-0/+15
* x86/hvm: pv-on-hvm: fix de/assert_irq checksStefano Stabellini2011-05-121-2/+3
* Revert 23295:4891f1f41ba5 and 23296:24346f749826Keir Fraser2011-05-021-1/+1
* replace d->nr_pirqs sized arrays with radix treeJan Beulich2011-05-011-1/+1
* Interrupt remapping to PIRQs in HVM guestsKeir Fraser2010-11-191-10/+25
* x86 hvm: implement vector callback for evtchn deliveryKeir Fraser2010-05-251-5/+17
* irq cleanupKeir Fraser2009-10-281-1/+1
* x86 hvm: Remove assertion that PIC IRQs are delivered only to VCPU0.Keir Fraser2009-07-021-1/+0
* x86 hvm mce: Support HVM Guest virtual MCA handling.Keir Fraser2009-06-301-0/+7
* x86 hvm: hvm_set_callback_irq_level() must not be called in IRQKeir Fraser2009-05-081-2/+10
* Enable HVM guest VT-d device hotplug via a simple ACPI hotplug device model.Keir Fraser2008-02-151-2/+1
* hvm: Fix evtchn-to-fake-pci interrupt propagation.Keir Fraser2008-01-081-13/+19
* hvm: Reduce vpt.c dependencies on external timer details.Keir Fraser2007-12-121-25/+0
* hvm: Fix is_isa_irq_masked().Keir Fraser2007-12-121-2/+3
* vt-d: Fix ISA IRQ alias issueKeir Fraser2007-11-231-5/+10
* vt-d: Support intra-domain shared interrupt.Keir Fraser2007-11-071-7/+4
* x86, hvm: Minor fix of hvm_set_pci_link_route().Keir Fraser2007-11-051-1/+1
* vt-d: Do dpci eoi outside of irq_lock.Keir Fraser2007-10-301-2/+2
* x86, vt-d: Move out isa irq mapping from hvm_do_IRQ_dpci()Keir Fraser2007-10-291-0/+12
* hvm: Re-jig event delivery logic to better integrate TPR management.Keir Fraser2007-10-011-23/+37
* IRQ injection changes for HVM PCI passthru.kfraser@localhost.localdomain2007-09-181-2/+2
* Revert 15826:447db1235adf1bc59bbd76c951716c3df7ee8843.kfraser@localhost.localdomain2007-09-181-7/+0
* hvm: Ignore NMI deliveries for now, until hardware taskswitch is emulated.kfraser@localhost.localdomain2007-09-061-0/+7
* hvm: Remove hvm-specific NMI flag and use generic flag instead.kfraser@localhost.localdomain2007-09-061-2/+2
* hvm: Fix save/restore when callback_via line is routed through a PCIkfraser@localhost.localdomain2007-08-061-1/+25
* hvm: Support injection of virtual NMIs and clean up ExtInt handling in general.kfraser@localhost.localdomain2007-06-201-27/+34
* Initial check-in to support PV balloon driver within HVM guests.Steven Hand2007-04-041-5/+1
* hvm: local_events_need_delivery() should take notice of EFLAGS.IF.kfraser@localhost.localdomain2007-04-041-0/+19
* [HVM] Save/restore: dynamically calculate the size of the save bufferTim Deegan2007-02-071-3/+6
* [HVM] Save/restore: tidy up IRQsTim Deegan2007-02-051-15/+163
* [HVM] Save/restore cleanups 03: IRQTim Deegan2007-01-201-28/+24
* [HVM] Allow PV-on-HVM callback irq to be identified by PCI device.kfraser@localhost.localdomain2007-01-101-45/+104
* [HVM] Ignore evtchn_upcall_mask and initialise to zero.kfraser@localhost.localdomain2007-01-091-1/+2
* [HVM] Fix assumptions that ISA IRQ 0 connects to GSI 0.kaf24@localhost.localdomain2006-12-281-13/+15
* [HVM] Route ISA IRQ 0 to IOAPIC GSI 2, just like 99% of native systems.kaf24@localhost.localdomain2006-12-261-3/+5
* [HVM] Sync per vcpu LAPIC timer with its TSC:kfraser@localhost.localdomain2006-12-201-2/+4
* [HVM] Enable more than one platform timer (PIT/RTC/HPET)kfraser@localhost.localdomain2006-12-201-0/+48
* [HVM] Update VPIC device model for new interrupt delivery code.kaf24@localhost.localdomain2006-11-261-10/+10
* [HVM] Reworked interrupt distribution logic.kfraser@localhost.localdomain2006-11-211-0/+227