Muli Ben-Yehuda wrote:
On Sun, Oct 26, 2008 at 03:31:24PM +0200, Avi Kivity wrote:
Amit Shah wrote:
 +int piix3_get_pin(int pic_irq)
+{
+    int i;
+    for (i = 0; i < 4; i++)
+        if (piix3_dev->config[0x60+i] == pic_irq)
+            return i;
+    return -1;
+}
What happens if two pci interrupts are routed to one irq line?

This one I'm still thinking about.

Well, what is this needed for in the first place?

--
error compiling committee.c: too many arguments to function

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to