Skip to content

Commit

Permalink
dma/pl330: Rename parent_obj
Browse files Browse the repository at this point in the history
As per current QOM conventions.

Signed-off-by: Peter Crosthwaite <[email protected]>
Reviewed-by: Peter Maydell <[email protected]>
Message-id: abb137347ea1ee9c31487b544f3d5435fb17f6a4.1393372019.git.peter.crosthwaite@xilinx.com
Signed-off-by: Peter Maydell <[email protected]>
  • Loading branch information
pete128 authored and pm215 committed Feb 26, 2014
1 parent c3143ba commit 1c8be73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hw/dma/pl330.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1c8be73

Please sign in to comment.