From: Cédric Le Goater Date: Fri, 17 Dec 2021 16:57:19 +0000 (+0100) Subject: ppc/pnv: Drop the "num-phbs" property X-Git-Tag: v7.0.0-rc0~124^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9e59b09ccf7c3cb0ac666a63f4883f1389b68465;p=thirdparty%2Fqemu.git ppc/pnv: Drop the "num-phbs" property It is never used. Reviewed-by: Daniel Henrique Barboza Reviewed-by: Frederic Barrat Signed-off-by: Cédric Le Goater Message-Id: <20211213132830.108372-5-clg@kaod.org> Signed-off-by: Cédric Le Goater --- diff --git a/hw/ppc/pnv.c b/hw/ppc/pnv.c index 3e43c53376c..bbebd21d752 100644 --- a/hw/ppc/pnv.c +++ b/hw/ppc/pnv.c @@ -1771,7 +1771,6 @@ static Property pnv_chip_properties[] = { DEFINE_PROP_UINT32("nr-cores", PnvChip, nr_cores, 1), DEFINE_PROP_UINT64("cores-mask", PnvChip, cores_mask, 0x0), DEFINE_PROP_UINT32("nr-threads", PnvChip, nr_threads, 1), - DEFINE_PROP_UINT32("num-phbs", PnvChip, num_phbs, 0), DEFINE_PROP_END_OF_LIST(), };