qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v6 4/5] m68k: add a system controller


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v6 4/5] m68k: add a system controller
Date: Mon, 8 Mar 2021 23:09:03 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0

On 3/8/21 10:25 PM, Laurent Vivier wrote:
> Add a system controller for the m68k-virt machine.
> This controller allows the kernel to power off or reset the machine.
> 
> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
> ---
>  docs/specs/virt-ctlr.txt    |  26 +++++++
>  include/hw/misc/virt_ctrl.h |  22 ++++++
>  hw/misc/virt_ctrl.c         | 151 ++++++++++++++++++++++++++++++++++++
>  hw/misc/Kconfig             |   3 +
>  hw/misc/meson.build         |   3 +
>  hw/misc/trace-events        |   7 ++
>  6 files changed, 212 insertions(+)
>  create mode 100644 docs/specs/virt-ctlr.txt
>  create mode 100644 include/hw/misc/virt_ctrl.h
>  create mode 100644 hw/misc/virt_ctrl.c

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]