Re: [PATCH 01/21] q800-glue.c: convert to Resettable interface

2023-07-03 Thread Philippe Mathieu-Daudé
On 2/7/23 17:48, Mark Cave-Ayland wrote: Convert the GLUE device to 3-phase reset. The legacy method doesn't do anything that's invalid in the hold phase, so the conversion is simple and not a behaviour change. Signed-off-by: Mark Cave-Ayland --- hw/m68k/q800-glue.c | 7 --- 1 file chang

[PATCH 01/21] q800-glue.c: convert to Resettable interface

2023-07-02 Thread Mark Cave-Ayland
Convert the GLUE device to 3-phase reset. The legacy method doesn't do anything that's invalid in the hold phase, so the conversion is simple and not a behaviour change. Signed-off-by: Mark Cave-Ayland --- hw/m68k/q800-glue.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --g