Displaying 1 result from an estimated 1 matches for "machine_gsi".
2011 Jan 26
9
[PATCH]vtd: Fix for irq bind failure after PCI attaching 32 times
...Signed-off-by: Fengzhe Zhang <fengzhe.zhang@intel.com>
diff -r 003acf02d416 xen/drivers/passthrough/io.c
--- a/xen/drivers/passthrough/io.c Thu Jan 20 17:04:06 2011 +0000
+++ b/xen/drivers/passthrough/io.c Wed Jan 26 23:05:33 2011 +0800
@@ -375,7 +375,6 @@
hvm_irq_dpci->mirq[machine_gsi].dom = NULL;
hvm_irq_dpci->mirq[machine_gsi].flags = 0;
clear_bit(machine_gsi, hvm_irq_dpci->mapping);
- unmap_domain_pirq_emuirq(d, machine_gsi);
}
}
spin_unlock(&d->event_lock);
______________________________________________...