]> git.proxmox.com Git - mirror_qemu.git/commit
spapr: move the IRQ allocation routines under the machine
authorCédric Le Goater <clg@kaod.org>
Fri, 1 Dec 2017 16:06:02 +0000 (17:06 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Thu, 14 Dec 2017 22:49:24 +0000 (09:49 +1100)
commit60c6823b9bce6789f1ad95bca233fc490161b279
treef821e3ae7b19a978198ebf3f8247d79445be44c9
parented0c37eedfdb953d61d1e0a41439cd404e914d9d
spapr: move the IRQ allocation routines under the machine

Also change the prototype to use a sPAPRMachineState and prefix them
with spapr_irq_. It will let us synchronise the IRQ allocation with
the XIVE interrupt mode when available.

Signed-off-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Greg Kurz <groug@kaod.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/intc/trace-events
hw/intc/xics_spapr.c
hw/ppc/spapr.c
hw/ppc/spapr_events.c
hw/ppc/spapr_pci.c
hw/ppc/spapr_vio.c
hw/ppc/trace-events
include/hw/ppc/spapr.h
include/hw/ppc/xics.h