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
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
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
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
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