]> git.proxmox.com Git - mirror_qemu.git/commit
xics: Merge TYPE_ICS_BASE and TYPE_ICS_SIMPLE classes
authorDavid Gibson <david@gibson.dropbear.id.au>
Tue, 24 Sep 2019 05:29:25 +0000 (15:29 +1000)
committerDavid Gibson <david@gibson.dropbear.id.au>
Fri, 4 Oct 2019 09:08:22 +0000 (19:08 +1000)
commit642e92719e2790dfa0e12be1cfd822a0ff2322aa
tree05384a9db2f4b76dbd5dc41404d888c49faaeb97
parentda2ef5b2f24be70d4fa0b05fd6799031cd3a456e
xics: Merge TYPE_ICS_BASE and TYPE_ICS_SIMPLE classes

TYPE_ICS_SIMPLE is the only subtype of TYPE_ICS_BASE that's ever
instantiated.  The existence of different classes is mostly a hang
over from when we (misguidedly) had separate subtypes for the KVM and
non-KVM version of the device.

There could be some call for an abstract base type for ICS variants
that use a different representation of their state (PowerNV PHB3 might
want this).  The current split isn't really in the right place for
that though.  If we need this in future, we can re-implement it more
in line with what we actually need.

So, collapse the two classes together into just TYPE_ICS.

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