]> git.proxmox.com Git - qemu.git/blobdiff - hw/net/rtl8139.c
hw: set interrupts using pci irq wrappers
[qemu.git] / hw / net / rtl8139.c
index c31199f8c8339ad16ae80724e0a5d329beb40b5c..7d72b211fc0a4bf8d44d1a146892e2b7cbde6778 100644 (file)
@@ -716,7 +716,7 @@ static void rtl8139_update_irq(RTL8139State *s)
     DPRINTF("Set IRQ to %d (%04x %04x)\n", isr ? 1 : 0, s->IntrStatus,
         s->IntrMask);
 
-    qemu_set_irq(d->irq[0], (isr != 0));
+    pci_set_irq(d, (isr != 0));
 }
 
 static int rtl8139_RxWrap(RTL8139State *s)