Skip to content

Commit

Permalink
ppc440: Rename parent field of PPC460EXPCIEState to match code style
Browse files Browse the repository at this point in the history
QOM prefers to call the parent field parent_obj, change
PPC460EXPCIEState ro match that convention.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <6995f28215d2a489a661b7d91a1783048829d467.1688586835.git.balaton@eik.bme.hu>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
  • Loading branch information
zbalaton authored and danielhb committed Jul 7, 2023
1 parent ca1ae34 commit 48bb07f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/ppc/ppc440_uc.c
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ void ppc4xx_dma_init(CPUPPCState *env, int dcr_base)
OBJECT_DECLARE_SIMPLE_TYPE(PPC460EXPCIEState, PPC460EX_PCIE_HOST)

struct PPC460EXPCIEState {
PCIExpressHost host;
PCIExpressHost parent_obj;

MemoryRegion iomem;
qemu_irq irq[4];
Expand Down

0 comments on commit 48bb07f

Please sign in to comment.