On Fri, Aug 18, 2023 at 11:10 AM Peter Maydell wrote:
>
> On Fri, 18 Aug 2023 at 10:03, Clément Chigot wrote:
> >
> > This replaces the exit(0) call by a shutdown request, ensuring a proper
> > cleanup of Qemu. Otherwise, some connections could be broken without
> > being correctly flushed.
> >
>
On Fri, 18 Aug 2023 at 10:03, Clément Chigot wrote:
>
> This replaces the exit(0) call by a shutdown request, ensuring a proper
> cleanup of Qemu. Otherwise, some connections could be broken without
> being correctly flushed.
>
> Signed-off-by: Clément Chigot
> ---
> gdbstub/gdbstub.c | 3 +--
>
This replaces the exit(0) call by a shutdown request, ensuring a proper
cleanup of Qemu. Otherwise, some connections could be broken without
being correctly flushed.
Signed-off-by: Clément Chigot
---
gdbstub/gdbstub.c | 3 +--
gdbstub/softmmu.c | 11 +++
gdbstub/user.c| 2 ++
3 fil