mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
ppc/pnv: Rename "id" to "quad-id" in PnvQuad
This to avoid possible conflicts with the "id" property of QOM objects. Signed-off-by: Cédric Le Goater <clg@kaod.org> Message-Id: <20210901094153.227671-9-clg@kaod.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
daf115cf9a
commit
92612f1550
3 changed files with 5 additions and 5 deletions
|
@ -67,7 +67,7 @@ OBJECT_DECLARE_SIMPLE_TYPE(PnvQuad, PNV_QUAD)
|
|||
struct PnvQuad {
|
||||
DeviceState parent_obj;
|
||||
|
||||
uint32_t id;
|
||||
uint32_t quad_id;
|
||||
MemoryRegion xscom_regs;
|
||||
};
|
||||
#endif /* PPC_PNV_CORE_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue