From 3f5bc9e8af8c9ee617b143e42ad4bd2feb379a19 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 23 Nov 2012 15:02:18 +0100 Subject: q35: update lpc pci config space according to configured devices Signed-off-by: Gerd Hoffmann --- hw/ich9.h | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/ich9.h') diff --git a/hw/ich9.h b/hw/ich9.h index de49135..34e216f 100644 --- a/hw/ich9.h +++ b/hw/ich9.h @@ -51,6 +51,7 @@ typedef struct ICH9LPCState { /* isa bus */ ISABus *isa_bus; MemoryRegion rbca_mem; + Notifier machine_ready; qemu_irq *pic; qemu_irq *ioapic; -- cgit v1.1