On Mon, 22 Apr 2013 17:18:58 +0200
Andreas Färber wrote:
> Am 16.04.2013 00:12, schrieb Igor Mammedov:
[...]
> > static void icc_bridge_initfn(Object *obj)
> > {
> > -qbus_create(TYPE_ICC_BUS, DEVICE(obj), "icc-bus");
> > +ICCBridgeState *s = ICC_BRIGDE(obj);
> > +SysBusDevice *sb
Am 16.04.2013 00:12, schrieb Igor Mammedov:
> ... to allow it to be hotplugged
>
> * map APIC's mmio at board level if it is present
> * do not register mmio region for each APIC, since
>only one is used/mapped
>
> Signed-off-by: Igor Mammedov
> ---
> hw/cpu/icc_bus.c| 15