Commit b67964d7 authored by Andreas Färber's avatar Andreas Färber
Browse files

sysbus: QOM parent field cleanup for SysBusDevice



Rename the parent field and hide it from gtk-doc.

Signed-off-by: default avatarAndreas Färber <afaerber@suse.de>
parent 38fb090a
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -42,7 +42,10 @@ typedef struct SysBusDeviceClass {
} SysBusDeviceClass;

struct SysBusDevice {
    DeviceState qdev;
    /*< private >*/
    DeviceState parent_obj;
    /*< public >*/

    int num_irq;
    qemu_irq irqs[QDEV_MAX_IRQ];
    qemu_irq *irqp[QDEV_MAX_IRQ];