diff options
author | Cédric Le Goater <clg@kaod.org> | 2022-01-18 12:56:31 +0100 |
---|---|---|
committer | Cédric Le Goater <clg@kaod.org> | 2022-01-18 12:56:31 +0100 |
commit | 32a07887be0e4c51ae33e3efaf3368e916ca9af7 (patch) | |
tree | 12b451344a5c1b05cfdd109832b678efcfa34a84 /include | |
parent | 45d22dcf2d409b1a0d89f172ade65ee1f5519db1 (diff) | |
download | qemu-32a07887be0e4c51ae33e3efaf3368e916ca9af7.zip qemu-32a07887be0e4c51ae33e3efaf3368e916ca9af7.tar.gz qemu-32a07887be0e4c51ae33e3efaf3368e916ca9af7.tar.bz2 |
ppc/pnv: Add a 'rp_model' class attribute for the PHB4 PEC
PHB5 will introduce its own root port model. Prepare ground for it.
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Message-Id: <20220117122753.1655504-3-clg@kaod.org>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/hw/pci-host/pnv_phb4.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/pci-host/pnv_phb4.h b/include/hw/pci-host/pnv_phb4.h index 74fdec2..0c7635d 100644 --- a/include/hw/pci-host/pnv_phb4.h +++ b/include/hw/pci-host/pnv_phb4.h @@ -203,6 +203,7 @@ struct PnvPhb4PecClass { int stk_compat_size; uint64_t version; const uint32_t *num_phbs; + const char *rp_model; }; #endif /* PCI_HOST_PNV_PHB4_H */ |