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

2016-02-06 Thread Peter Maydell
On 6 February 2016 at 20:07, Jean-Christophe DUBOIS wrote: > Le 02/02/2016 17:46, Peter Maydell a écrit : >> >> On 26 January 2016 at 21:45, Jean-Christophe Dubois >> wrote: >>> +static void imx6_src_reset(DeviceState *dev) >>> +{ >>> +

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

2016-02-06 Thread Jean-Christophe DUBOIS
Le 02/02/2016 17:46, Peter Maydell a écrit : On 26 January 2016 at 21:45, Jean-Christophe Dubois wrote: This controller is also present in i.MX5X devices but they are not yet emulated by Qemu. QEMU is all-caps. Signed-off-by: Jean-Christophe Dubois

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

2016-02-02 Thread Peter Maydell
On 26 January 2016 at 21:45, Jean-Christophe Dubois wrote: > This controller is also present in i.MX5X devices but they are not > yet emulated by Qemu. QEMU is all-caps. > Signed-off-by: Jean-Christophe Dubois > --- > hw/misc/Makefile.objs |

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

2016-01-26 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 --- hw/misc/Makefile.objs | 1 + hw/misc/imx6_src.c | 353 + include/hw/misc/imx6_src.h