Re: [Qemu-devel] [PATCH v4 1/8] spapr: Consider max_cpus during xics initialization

2015-06-15 Thread David Gibson
On Fri, Jun 05, 2015 at 06:01:53PM +1000, Alexey Kardashevskiy wrote: > On 06/05/2015 05:07 PM, Bharata B Rao wrote: > >On Fri, Jun 05, 2015 at 03:30:24PM +1000, Alexey Kardashevskiy wrote: > >>On 06/05/2015 02:25 PM, Bharata B Rao wrote: > >>>Use max_cpus instead of smp_cpus when intializating xic

Re: [Qemu-devel] [PATCH v4 1/8] spapr: Consider max_cpus during xics initialization

2015-06-05 Thread Alexey Kardashevskiy
On 06/05/2015 05:07 PM, Bharata B Rao wrote: On Fri, Jun 05, 2015 at 03:30:24PM +1000, Alexey Kardashevskiy wrote: On 06/05/2015 02:25 PM, Bharata B Rao wrote: Use max_cpus instead of smp_cpus when intializating xics system. Also report max_cpus in ibm,interrupt-server-ranges device tree proper

Re: [Qemu-devel] [PATCH v4 1/8] spapr: Consider max_cpus during xics initialization

2015-06-05 Thread Bharata B Rao
On Fri, Jun 05, 2015 at 03:30:24PM +1000, Alexey Kardashevskiy wrote: > On 06/05/2015 02:25 PM, Bharata B Rao wrote: > >Use max_cpus instead of smp_cpus when intializating xics system. Also > >report max_cpus in ibm,interrupt-server-ranges device tree property of > >interrupt controller node. > > >

Re: [Qemu-devel] [PATCH v4 1/8] spapr: Consider max_cpus during xics initialization

2015-06-04 Thread Alexey Kardashevskiy
On 06/05/2015 02:25 PM, Bharata B Rao wrote: Use max_cpus instead of smp_cpus when intializating xics system. Also report max_cpus in ibm,interrupt-server-ranges device tree property of interrupt controller node. Signed-off-by: Bharata B Rao --- hw/ppc/spapr.c | 7 +++ 1 file changed, 3

[Qemu-devel] [PATCH v4 1/8] spapr: Consider max_cpus during xics initialization

2015-06-04 Thread Bharata B Rao
Use max_cpus instead of smp_cpus when intializating xics system. Also report max_cpus in ibm,interrupt-server-ranges device tree property of interrupt controller node. Signed-off-by: Bharata B Rao --- hw/ppc/spapr.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/hw/pp