Re: [Qemu-devel] [PATCH V2] Introduce a new bus "ICC" to connect APIC

2011-11-02 Thread Jan Kiszka
On 2011-11-02 02:40, liu ping fan wrote: > On Tue, Nov 01, 2011 at 02:47:58PM +0100, Jan Kiszka wrote: >> On 2011-11-01 08:41, pingf...@linux.vnet.ibm.com wrote: >>> From: Liu Ping Fan >>> >>> Introduce a new structure CPUS as the controller of ICC (INTERRUPT >>> CONTROLLER COMMUNICATIONS), and ne

Re: [Qemu-devel] [PATCH V2] Introduce a new bus "ICC" to connect APIC

2011-11-01 Thread liu ping fan
On Tue, Nov 01, 2011 at 02:47:58PM +0100, Jan Kiszka wrote: > On 2011-11-01 08:41, pingf...@linux.vnet.ibm.com wrote: > > From: Liu Ping Fan > > > > Introduce a new structure CPUS as the controller of ICC (INTERRUPT > > CONTROLLER COMMUNICATIONS), and new bus "ICC" to hold APIC,instead > > of sys

Re: [Qemu-devel] [PATCH V2] Introduce a new bus "ICC" to connect APIC

2011-11-01 Thread Jan Kiszka
On 2011-11-01 08:41, pingf...@linux.vnet.ibm.com wrote: > From: Liu Ping Fan > > Introduce a new structure CPUS as the controller of ICC (INTERRUPT > CONTROLLER COMMUNICATIONS), and new bus "ICC" to hold APIC,instead > of sysbus. So we can support APIC hot-plug feature. > > Signed-off-by: liu pi

[Qemu-devel] [PATCH V2] Introduce a new bus "ICC" to connect APIC

2011-11-01 Thread pingfank
From: Liu Ping Fan Introduce a new structure CPUS as the controller of ICC (INTERRUPT CONTROLLER COMMUNICATIONS), and new bus "ICC" to hold APIC,instead of sysbus. So we can support APIC hot-plug feature. Signed-off-by: liu ping fan --- Makefile.target |1 + hw/apic.c | 24