mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-31 14:23:53 -06:00
ppc/pnv: Remove the PHB4 "device-id" property
It's unused. Signed-off-by: Cédric Le Goater <clg@kaod.org> Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com> Message-Id: <20211222063817.1541058-4-clg@kaod.org> Signed-off-by: Cédric Le Goater <clg@kaod.org>
This commit is contained in:
parent
81fbb57b7b
commit
c42b9c8b33
3 changed files with 0 additions and 6 deletions
|
@ -84,7 +84,6 @@ struct PnvPHB4 {
|
|||
uint32_t phb_id;
|
||||
|
||||
uint64_t version;
|
||||
uint16_t device_id;
|
||||
|
||||
char bus_path[8];
|
||||
|
||||
|
@ -222,7 +221,6 @@ struct PnvPhb4PecClass {
|
|||
const char *stk_compat;
|
||||
int stk_compat_size;
|
||||
uint64_t version;
|
||||
uint64_t device_id;
|
||||
const uint32_t *num_stacks;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue