Re: [PATCH v3 5/5] gdbstub: replace exit calls with proper shutdown for softmmu

2023-09-17 Thread Alistair Francis
On Thu, Sep 7, 2023 at 9:26 PM Clément Chigot wrote: > > This replaces the exit calls by shutdown requests, ensuring a proper > cleanup of Qemu. Features like net/vhost-vdpa.c are expecting > qemu_cleanup to be called to remove their last residuals. > > Signed-off-by: Clément Chigot Reviewed-by:

[PATCH v3 5/5] gdbstub: replace exit calls with proper shutdown for softmmu

2023-09-07 Thread Clément Chigot
This replaces the exit calls by shutdown requests, ensuring a proper cleanup of Qemu. Features like net/vhost-vdpa.c are expecting qemu_cleanup to be called to remove their last residuals. Signed-off-by: Clément Chigot --- gdbstub/gdbstub.c | 5 +++-- gdbstub/softmmu.c | 6