Re: [Qemu-devel] [PATCH v7 0/3] remove icc bus/bridge

2015-06-02 Thread Eduardo Habkost
On Tue, Jun 02, 2015 at 05:23:54PM +0800, Zhu Guihua wrote: > ICC Bus was used for providing a hotpluggable bus for APIC and CPU, > but now we use HotplugHandler to make hotplug. So ICC Bus is > unnecessary. > > This code has passed the new pc-cpu-test. > And I have tested with kvm along with kern

[Qemu-devel] [PATCH v7 0/3] remove icc bus/bridge

2015-06-02 Thread Zhu Guihua
ICC Bus was used for providing a hotpluggable bus for APIC and CPU, but now we use HotplugHandler to make hotplug. So ICC Bus is unnecessary. This code has passed the new pc-cpu-test. And I have tested with kvm along with kernel_irqchip=on/off, it works fine. This patch series is based on Eduardo