diff options
author | Igor Mammedov <imammedo@redhat.com> | 2013-04-29 17:02:50 +0200 |
---|---|---|
committer | Andreas Färber <afaerber@suse.de> | 2013-05-01 13:06:06 +0200 |
commit | f0513d2c0156799e0c75a108ab9a049eea4f9607 (patch) | |
tree | a69f68cf77c2456110775fc132b71d0f5e19a870 /hw/cpu/Makefile.objs | |
parent | c72bf468259935a80ea185f2cbe807c3da9c1bbd (diff) |
target-i386: Introduce ICC bus/device/bridge
Provides a hotpluggable bus for APIC and CPU.
* icc-bridge will serve as a parent for icc-bus and provide
mmio mapping services to child icc-devices.
* icc-device will replace SysBusDevice as a parent of APIC
and IOAPIC devices.
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'hw/cpu/Makefile.objs')
-rw-r--r-- | hw/cpu/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/cpu/Makefile.objs b/hw/cpu/Makefile.objs index a49ca04282..4461eceee8 100644 --- a/hw/cpu/Makefile.objs +++ b/hw/cpu/Makefile.objs @@ -1,4 +1,5 @@ obj-$(CONFIG_ARM11MPCORE) += arm11mpcore.o obj-$(CONFIG_ARM9MPCORE) += a9mpcore.o obj-$(CONFIG_ARM15MPCORE) += a15mpcore.o +obj-$(CONFIG_ICC_BUS) += icc_bus.o |