From 2ae0e48d5fd2cb7c5bc5c392edf2dc33ac2959d0 Mon Sep 17 00:00:00 2001 From: Andreas Färber Date: Fri, 7 Jun 2013 14:11:07 +0200 Subject: isa: QOM'ify ISABus Rename its parent field and use ISA_BUS() where necessary. Signed-off-by: Andreas Färber --- include/hw/isa/isa.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/hw/isa/isa.h b/include/hw/isa/isa.h index 1f6ff55605..da731d7bc7 100644 --- a/include/hw/isa/isa.h +++ b/include/hw/isa/isa.h @@ -25,7 +25,10 @@ typedef struct ISADeviceClass { } ISADeviceClass; struct ISABus { - BusState qbus; + /*< private >*/ + BusState parent_obj; + /*< public >*/ + MemoryRegion *address_space_io; qemu_irq *irqs; }; -- cgit v1.2.3-55-g7522