From b67964d70219a864ec427e727754a205475c7d6c Mon Sep 17 00:00:00 2001 From: Andreas Färber Date: Sat, 27 Jul 2013 16:40:42 +0200 Subject: sysbus: QOM parent field cleanup for SysBusDevice Rename the parent field and hide it from gtk-doc. Signed-off-by: Andreas Färber --- include/hw/sysbus.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/hw/sysbus.h b/include/hw/sysbus.h index f1d1c5ede6..bb50a877cc 100644 --- a/include/hw/sysbus.h +++ b/include/hw/sysbus.h @@ -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]; -- cgit v1.2.3-55-g7522