Re: [Qemu-devel] [PATCH v12 4/5] cpu/apic: drop icc bus/bridge

2015-09-22 Thread Igor Mammedov
On Wed, 16 Sep 2015 17:19:14 +0800 Zhu Guihua wrote: > From: Chen Fan > > After CPU hotplug has been converted to BUS-less hot-plug infrastructure, > the only function ICC bus performs is to propagate reset to LAPICs. However > LAPIC could be reset by registering its reset handler after all dev

[Qemu-devel] [PATCH v12 4/5] cpu/apic: drop icc bus/bridge

2015-09-16 Thread Zhu Guihua
From: Chen Fan After CPU hotplug has been converted to BUS-less hot-plug infrastructure, the only function ICC bus performs is to propagate reset to LAPICs. However LAPIC could be reset by registering its reset handler after all device are initialized. Do so and drop ~30LOC of not needed anymore