]> Git Repo - qemu.git/blobdiff - hw/intc/xics.c
hw/usb/tusb6010: Convert away from old_mmio
[qemu.git] / hw / intc / xics.c
index 700f6baa1395bda72d4bb2ff1db54717f40af281..e73e623e3b53b2297a9a894f2779225c0a0163e2 100644 (file)
@@ -713,18 +713,6 @@ static const TypeInfo xics_fabric_info = {
 /*
  * Exported functions
  */
-qemu_irq xics_get_qirq(XICSFabric *xi, int irq)
-{
-    XICSFabricClass *xic = XICS_FABRIC_GET_CLASS(xi);
-    ICSState *ics = xic->ics_get(xi, irq);
-
-    if (ics) {
-        return ics->qirqs[irq - ics->offset];
-    }
-
-    return NULL;
-}
-
 ICPState *xics_icp_get(XICSFabric *xi, int server)
 {
     XICSFabricClass *xic = XICS_FABRIC_GET_CLASS(xi);
This page took 0.023816 seconds and 4 git commands to generate.