Re: [Qemu-devel] [PATCH v3 07/12] i.MX: Add i.MX6 System Reset Controller device.

2016-03-10 Thread Peter Maydell
On 2 March 2016 at 05:27, 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 > --- > +static void imx6_src_reset(DeviceState *dev) > +{ > +IMX6SRCState *s = IMX6_SRC(dev); > + >

[Qemu-devel] [PATCH v3 07/12] i.MX: Add i.MX6 System Reset Controller device.

2016-03-01 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. Changes since V2: * use arm-powerctl API * Added #include "qemu/osdep.h" hw/misc/Makefile.