mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 02:54:58 -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
|
@ -2153,6 +2153,7 @@ static void pnv_machine_power9_class_init(ObjectClass *oc, void *data)
|
|||
|
||||
static GlobalProperty phb_compat[] = {
|
||||
{ TYPE_PNV_PHB, "version", "4" },
|
||||
{ TYPE_PNV_PHB_ROOT_PORT, "version", "4" },
|
||||
};
|
||||
|
||||
mc->desc = "IBM PowerNV (Non-Virtualized) POWER9";
|
||||
|
@ -2177,6 +2178,7 @@ static void pnv_machine_power10_class_init(ObjectClass *oc, void *data)
|
|||
|
||||
static GlobalProperty phb_compat[] = {
|
||||
{ TYPE_PNV_PHB, "version", "5" },
|
||||
{ TYPE_PNV_PHB_ROOT_PORT, "version", "5" },
|
||||
};
|
||||
|
||||
mc->desc = "IBM PowerNV (Non-Virtualized) POWER10";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue