From 1c8be73d4ec576450f315d6a94fc0c89e200c479 Mon Sep 17 00:00:00 2001 From: Peter Crosthwaite Date: Wed, 26 Feb 2014 17:20:08 +0000 Subject: dma/pl330: Rename parent_obj As per current QOM conventions. Signed-off-by: Peter Crosthwaite Reviewed-by: Peter Maydell Message-id: abb137347ea1ee9c31487b544f3d5435fb17f6a4.1393372019.git.peter.crosthwaite@xilinx.com Signed-off-by: Peter Maydell --- hw/dma/pl330.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hw/dma') diff --git a/hw/dma/pl330.c b/hw/dma/pl330.c index a4cc6f9249..8046a6f810 100644 --- a/hw/dma/pl330.c +++ b/hw/dma/pl330.c @@ -227,7 +227,8 @@ static const VMStateDescription vmstate_pl330_queue = { }; struct PL330State { - SysBusDevice busdev; + SysBusDevice parent_obj; + MemoryRegion iomem; qemu_irq irq_abort; qemu_irq *irq; -- cgit v1.2.1