Commit 1c8be73d authored by Peter Crosthwaite's avatar Peter Crosthwaite Committed by Peter Maydell
Browse files

dma/pl330: Rename parent_obj



As per current QOM conventions.

Signed-off-by: default avatarPeter Crosthwaite <peter.crosthwaite@xilinx.com>
Reviewed-by: default avatarPeter Maydell <peter.maydell@linaro.org>
Message-id: abb137347ea1ee9c31487b544f3d5435fb17f6a4.1393372019.git.peter.crosthwaite@xilinx.com
Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
parent c3143ba8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;