Re: [Qemu-devel] [PATCH v4 1/6] ARM: Factor out ARM on/off PSCI control functions

2016-03-24 Thread Peter Maydell
On 24 March 2016 at 13:54, wrote: > > > - Le 24 Mar 16, à 11:46, Peter Maydell peter.mayd...@linaro.org a écrit : > >> On 24 March 2016 at 07:10, Jean-Christophe DUBOIS >> wrote: >> > Le 23/03/2016 16:24, Peter Maydell a écrit : > >> >> On 19 March 2016 at 20:59, Jean-Christophe Dubois >>

Re: [Qemu-devel] [PATCH v4 1/6] ARM: Factor out ARM on/off PSCI control functions

2016-03-24 Thread jcd
- Le 24 Mar 16, à 11:46, Peter Maydell peter.mayd...@linaro.org a écrit : > On 24 March 2016 at 07:10, Jean-Christophe DUBOIS > wrote: > > Le 23/03/2016 16:24, Peter Maydell a écrit : > >> On 19 March 2016 at 20:59, Jean-Christophe Dubois > >> wrote: > >>> + > >>> + /* > >>> + * The newl

Re: [Qemu-devel] [PATCH v4 1/6] ARM: Factor out ARM on/off PSCI control functions

2016-03-24 Thread Peter Maydell
On 24 March 2016 at 07:10, Jean-Christophe DUBOIS wrote: > Le 23/03/2016 16:24, Peter Maydell a écrit : >> >> On 19 March 2016 at 20:59, Jean-Christophe Dubois >> wrote: >>> + >>> +/* >>> + * The newly brought CPU is requested to enter the exception level >>> + * "target_el" and be in

Re: [Qemu-devel] [PATCH v4 1/6] ARM: Factor out ARM on/off PSCI control functions

2016-03-24 Thread Jean-Christophe DUBOIS
Le 23/03/2016 16:24, Peter Maydell a écrit : On 19 March 2016 at 20:59, Jean-Christophe Dubois wrote: Split ARM on/off function from PSCI support code. This will allow to reuse these functions in other code. Signed-off-by: Jean-Christophe Dubois --- Changes since V1: * Not present on V1

Re: [Qemu-devel] [PATCH v4 1/6] ARM: Factor out ARM on/off PSCI control functions

2016-03-23 Thread Peter Maydell
On 19 March 2016 at 20:59, Jean-Christophe Dubois wrote: > Split ARM on/off function from PSCI support code. > > This will allow to reuse these functions in other code. > > Signed-off-by: Jean-Christophe Dubois > --- > > Changes since V1: > * Not present on V1 > > Changes since V2: > * Not pres

[Qemu-devel] [PATCH v4 1/6] ARM: Factor out ARM on/off PSCI control functions

2016-03-19 Thread Jean-Christophe Dubois
Split ARM on/off function from PSCI support code. This will allow to reuse these functions in other code. Signed-off-by: Jean-Christophe Dubois --- Changes since V1: * Not present on V1 Changes since V2: * Not present on V2 Changes since V3: * Move to a more generic/usefull API * Manage