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

2021-03-07 Thread Laurent Vivier
Le 08/03/2021 à 08:30, Philippe Mathieu-Daudé a écrit : > On 3/7/21 9:56 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 >> Reviewed-by: Richard Henderson >>

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

2021-03-07 Thread Philippe Mathieu-Daudé
On 3/7/21 9:56 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 > Reviewed-by: Richard Henderson > --- > include/hw/misc/m68k_virt_ctrl.h | 22 + > hw/misc

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

2021-03-07 Thread Laurent Vivier
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 Reviewed-by: Richard Henderson --- include/hw/misc/m68k_virt_ctrl.h | 22 + hw/misc/m68k_virt_ctrl.c | 152 +