mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
ppc/pnv: remove pnv-phb4-root-port
The unified pnv-phb-root-port can be used instead. The phb4-root-port device isn't exposed to the user in any official QEMU release so there's no ABI breakage in removing it. Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com> Reviewed-by: Frederic Barrat <fbarrat@linux.ibm.com> Message-Id: <20220624084921.399219-9-danielhb413@gmail.com>
This commit is contained in:
parent
805150619e
commit
c8d14603e9
5 changed files with 6 additions and 98 deletions
|
@ -45,16 +45,7 @@ typedef struct PnvPhb4DMASpace {
|
|||
QLIST_ENTRY(PnvPhb4DMASpace) list;
|
||||
} PnvPhb4DMASpace;
|
||||
|
||||
/*
|
||||
* PHB4 PCIe Root port
|
||||
*/
|
||||
#define TYPE_PNV_PHB4_ROOT_BUS "pnv-phb4-root"
|
||||
#define TYPE_PNV_PHB4_ROOT_PORT "pnv-phb4-root-port"
|
||||
#define TYPE_PNV_PHB5_ROOT_PORT "pnv-phb5-root-port"
|
||||
|
||||
typedef struct PnvPHB4RootPort {
|
||||
PCIESlot parent_obj;
|
||||
} PnvPHB4RootPort;
|
||||
|
||||
/*
|
||||
* PHB4 PCIe Host Bridge for PowerNV machines (POWER9)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue