mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
ppc/pnv: remove pnv-phb3-root-port
The unified pnv-phb-root-port can be used in its place. There is no ABI breakage in doing so because no official QEMU release introduced user creatable pnv-phb3-root-port devices. Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com> Reviewed-by: Frederic Barrat <fbarrat@linux.ibm.com> Message-Id: <20220624084921.399219-8-danielhb413@gmail.com>
This commit is contained in:
parent
5ba76b61a2
commit
805150619e
4 changed files with 2 additions and 49 deletions
|
@ -108,12 +108,6 @@ struct PnvPBCQState {
|
|||
*/
|
||||
#define TYPE_PNV_PHB3_ROOT_BUS "pnv-phb3-root"
|
||||
|
||||
#define TYPE_PNV_PHB3_ROOT_PORT "pnv-phb3-root-port"
|
||||
|
||||
typedef struct PnvPHB3RootPort {
|
||||
PCIESlot parent_obj;
|
||||
} PnvPHB3RootPort;
|
||||
|
||||
/*
|
||||
* PHB3 PCIe Host Bridge for PowerNV machines (POWER8)
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue