summaryrefslogtreecommitdiffstats
path: root/include/hw
diff options
context:
space:
mode:
authorDaniel Henrique Barboza2022-06-24 10:49:19 +0200
committerDaniel Henrique Barboza2022-08-31 19:08:05 +0200
commitcb6a5c26446f797252a479f456da030dc7febb20 (patch)
treea99f9fbb6859a73d2e691b0c1a08328e7088d027 /include/hw
parentppc/pnv: remove root port name from pnv_phb_attach_root_port() (diff)
downloadqemu-cb6a5c26446f797252a479f456da030dc7febb20.tar.gz
qemu-cb6a5c26446f797252a479f456da030dc7febb20.tar.xz
qemu-cb6a5c26446f797252a479f456da030dc7febb20.zip
ppc/pnv: remove pecc->rp_model
The attribute is unused. Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com> Reviewed-by: Frederic Barrat <fbarrat@linux.ibm.com> Message-Id: <20220624084921.399219-11-danielhb413@gmail.com>
Diffstat (limited to 'include/hw')
-rw-r--r--include/hw/pci-host/pnv_phb4.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/pci-host/pnv_phb4.h b/include/hw/pci-host/pnv_phb4.h
index 29c49ac79c..61a0cb9989 100644
--- a/include/hw/pci-host/pnv_phb4.h
+++ b/include/hw/pci-host/pnv_phb4.h
@@ -200,7 +200,6 @@ struct PnvPhb4PecClass {
uint64_t version;
const char *phb_type;
const uint32_t *num_phbs;
- const char *rp_model;
};
/*