Re: [Qemu-devel] [PATCH v2 6/9] i.MX: Add i.MX6 System Reset Controller device.

2016-02-28 Thread Jean-Christophe DUBOIS
Le 27/02/2016 18:43, Peter Maydell a écrit : On 27 February 2016 at 16:57, Jean-Christophe DUBOIS wrote: Hi Peter and Peter, I need to test that the changes I did for PSCI (factor out on/off code) do not introduce any regression. On which QEMU target should I test my changes to PSCI to check

Re: [Qemu-devel] [PATCH v2 6/9] i.MX: Add i.MX6 System Reset Controller device.

2016-02-27 Thread Peter Maydell
On 27 February 2016 at 16:57, Jean-Christophe DUBOIS wrote: > Hi Peter and Peter, > > I need to test that the changes I did for PSCI (factor out on/off code) do > not introduce any regression. > > On which QEMU target should I test my changes to PSCI to check I didn't mess > up anything? The 'vir

Re: [Qemu-devel] [PATCH v2 6/9] i.MX: Add i.MX6 System Reset Controller device.

2016-02-27 Thread Jean-Christophe DUBOIS
Hi Peter and Peter, I need to test that the changes I did for PSCI (factor out on/off code) do not introduce any regression. On which QEMU target should I test my changes to PSCI to check I didn't mess up anything? Thanks JC Le 16/02/2016 16:35, Peter Maydell a écrit : On 8 February 2016

Re: [Qemu-devel] [PATCH v2 6/9] i.MX: Add i.MX6 System Reset Controller device.

2016-02-16 Thread Peter Maydell
On 8 February 2016 at 22:08, Jean-Christophe Dubois wrote: > This controller is also present in i.MX5X devices but they are not > yet emulated by QEMU. > > Signed-off-by: Jean-Christophe Dubois > @@ -0,0 +1,353 @@ > +/* > + * IMX6 System Reset Controller > + * > + * Copyright (c) 2015 Jean-Chri

[Qemu-devel] [PATCH v2 6/9] i.MX: Add i.MX6 System Reset Controller device.

2016-02-08 Thread Jean-Christophe Dubois
This controller is also present in i.MX5X devices but they are not yet emulated by QEMU. Signed-off-by: Jean-Christophe Dubois --- Changes since V1: * Change "reset" sematic to mean full power cyvle. hw/misc/Makefile.objs | 1 + hw/misc/imx6_src.c | 353