]> git.proxmox.com Git - mirror_qemu.git/commit
spapr: Remove unnecessary DRC type-checker macros
authorDavid Gibson <david@gibson.dropbear.id.au>
Tue, 25 Aug 2020 10:51:11 +0000 (20:51 +1000)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 8 Sep 2020 00:08:42 +0000 (10:08 +1000)
commit98b49b2bea15ed799e6876336c05de030a040586
tree4ef684be0c01e3df5c147c5f9804275c75ef9044
parent021e878f2efaa4fdcb5e11abfa224f5ba813f809
spapr: Remove unnecessary DRC type-checker macros

spapr_drc.h includes typechecker macro boilerplate for the many different
DRC subclasses.  However, most of these types don't actually have different
data in their class and/or instance, making these unneeded, unused, and in
fact a bad idea.  Remove them.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Greg Kurz <groug@kaod.org>
include/hw/ppc/spapr_drc.h