Displaying 2 results from an estimated 2 matches for "do_irq_guest".
Did you mean:
__do_irq_guest
2007 May 31
4
[RFC][PATCH 4/6] HVM PCI Passthrough (non-IOMMU)
int.patch:
- Supports only level-triggered interrupts. Edge interrupts support
will be
added shortly (should be fairly simple)
- Change polarity trick: in order to reflect the external device''s
assertion
state, the ioapic pin gets its polarity changed whenever an
interrupt
occur. So an interrupt is generated when the _external_ line is
asserted
(then,
2007 May 30
30
[VTD][patch 0/5] HVM device assignment using vt-d
...I read/write functions are similar to other virtual devices.
Except
write function intercepts writes to COMMAND register and do actual
hardware writes.
- interrupt virtualization
- Currently only works for ACPI/APIC mode
- dpci.c makes a hypercall to tell xen device/intx on vPCI
- In do_IRQ_guest(), when Xen determines a interrupt belongs to a
device
owned by HVM domain, it injects guest IRQ to the domain
- Revert back to ioapic_ack=old to allow for IRQ sharing amongst
guests.
- Implemented new method for mask/unmask in io_apic.c to avoid
spurious interrupt issue.
- mmio
- Wh...