Re: [Qemu-devel] [PATCH v7 2/2] target-ppc: spapr: e500: fix to use cpu_dt_id

2014-03-03 Thread Alexey Kardashevskiy
On 03/04/2014 06:57 AM, Mike Day wrote: > On Sat, Feb 1, 2014 at 9:45 AM, Alexey Kardashevskiy wrote: >> This makes use of @cpu_dt_id and related API in: >> 1. emulated XICS hypercall handlers as they receive fixed CPU indexes; >> 2. XICS-KVM to enable in-kernel XICS on right CPU; >> 3. device-tre

Re: [Qemu-devel] [PATCH v7 2/2] target-ppc: spapr: e500: fix to use cpu_dt_id

2014-03-03 Thread Mike Day
On Sat, Feb 1, 2014 at 9:45 AM, Alexey Kardashevskiy wrote: > This makes use of @cpu_dt_id and related API in: > 1. emulated XICS hypercall handlers as they receive fixed CPU indexes; > 2. XICS-KVM to enable in-kernel XICS on right CPU; > 3. device-tree renderer. > > This removes @cpu_index fixup

[Qemu-devel] [PATCH v7 2/2] target-ppc: spapr: e500: fix to use cpu_dt_id

2014-02-01 Thread Alexey Kardashevskiy
This makes use of @cpu_dt_id and related API in: 1. emulated XICS hypercall handlers as they receive fixed CPU indexes; 2. XICS-KVM to enable in-kernel XICS on right CPU; 3. device-tree renderer. This removes @cpu_index fixup as @cpu_dt_id is used instead so QEMU monitor can accept command-line CP