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);
> +
>
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.