qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 1/1] gdbserver: Don't send a GDB syscall unti


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH v2 1/1] gdbserver: Don't send a GDB syscall until the system CPU is stopped
Date: Mon, 20 Feb 2012 16:18:30 +0000

On 17 February 2012 16:21, Meador Inge <address@hidden> wrote:
> Fix an issue where the GDB server implementation was sending GDB syscall
> requests while the system CPU was still running.  Syscall requests must
> be sent while the CPU is stopped otherwise replies from the GDB client
> might get dropped and the GDB server might be incorrectly transitioned
> into a 'RUN_STATE_PAUSED' state.
>
> Signed-off-by: Meador Inge <address@hidden>

Reviewed-by: Peter Maydell <address@hidden>

I can confirm that this fixes the "read/write syscalls stall" issue
I was seeing with your previous patch.

-- PMM



reply via email to

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