mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -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
|
@ -34,7 +34,7 @@ static void pnv_phb_realize(DeviceState *dev, Error **errp)
|
|||
switch (phb->version) {
|
||||
case 3:
|
||||
phb_typename = g_strdup(TYPE_PNV_PHB3);
|
||||
phb_rootport_typename = g_strdup(TYPE_PNV_PHB3_ROOT_PORT);
|
||||
phb_rootport_typename = g_strdup(TYPE_PNV_PHB_ROOT_PORT);
|
||||
break;
|
||||
case 4:
|
||||
phb_typename = g_strdup(TYPE_PNV_PHB4);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue