|
@@ -36,6 +36,7 @@
|
|
#include <asm/idle.h>
|
|
#include <asm/idle.h>
|
|
#include <asm/io_apic.h>
|
|
#include <asm/io_apic.h>
|
|
#include <asm/sync_bitops.h>
|
|
#include <asm/sync_bitops.h>
|
|
|
|
+#include <asm/xen/pci.h>
|
|
#include <asm/xen/hypercall.h>
|
|
#include <asm/xen/hypercall.h>
|
|
#include <asm/xen/hypervisor.h>
|
|
#include <asm/xen/hypervisor.h>
|
|
|
|
|
|
@@ -75,7 +76,8 @@ enum xen_irq_type {
|
|
* event channel - irq->event channel mapping
|
|
* event channel - irq->event channel mapping
|
|
* cpu - cpu this event channel is bound to
|
|
* cpu - cpu this event channel is bound to
|
|
* index - type-specific information:
|
|
* index - type-specific information:
|
|
- * PIRQ - vector, with MSB being "needs EIO"
|
|
|
|
|
|
+ * PIRQ - vector, with MSB being "needs EIO", or physical IRQ of the HVM
|
|
|
|
+ * guest, or GSI (real passthrough IRQ) of the device.
|
|
* VIRQ - virq number
|
|
* VIRQ - virq number
|
|
* IPI - IPI vector
|
|
* IPI - IPI vector
|
|
* EVTCHN -
|
|
* EVTCHN -
|