diff options
author | Igor Mammedov <imammedo@redhat.com> | 2013-04-29 18:54:13 +0200 |
---|---|---|
committer | Andreas Färber <afaerber@suse.de> | 2013-05-01 13:06:06 +0200 |
commit | 62fc403f11523169eb4264de31279745f48e3ecc (patch) | |
tree | b3c7cfd789bf60b179f7f5cb22dded388e70e887 /include/hw/i386 | |
parent | f0513d2c0156799e0c75a108ab9a049eea4f9607 (diff) | |
download | qemu-62fc403f11523169eb4264de31279745f48e3ecc.zip qemu-62fc403f11523169eb4264de31279745f48e3ecc.tar.gz qemu-62fc403f11523169eb4264de31279745f48e3ecc.tar.bz2 |
target-i386: Attach ICC bus to CPU on its creation
X86CPU should have parent bus so it could provide bus for child APIC.
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'include/hw/i386')
-rw-r--r-- | include/hw/i386/pc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/i386/pc.h b/include/hw/i386/pc.h index dd6bc24..d0bc972 100644 --- a/include/hw/i386/pc.h +++ b/include/hw/i386/pc.h @@ -78,7 +78,7 @@ extern int fd_bootchk; void pc_register_ferr_irq(qemu_irq irq); void pc_acpi_smi_interrupt(void *opaque, int irq, int level); -void pc_cpus_init(const char *cpu_model); +void pc_cpus_init(const char *cpu_model, DeviceState *icc_bridge); void pc_acpi_init(const char *default_dsdt); void *pc_memory_init(MemoryRegion *system_memory, const char *kernel_filename, |