Re: [Qemu-devel] [PATCH 1/4] gdbstub: Fix qOffsets packet detection

2015-02-11 Thread Peter Maydell
On 7 February 2015 at 08:38, Jan Kiszka wrote: > From: Jan Kiszka > > qOffsets has no additional optional parameters. So match the complete > string to avoid stumbling over possible future commands with identical > prefix. > > Signed-off-by: Jan Kiszka > --- > gdbstub.c | 2 +- > 1 file changed

[Qemu-devel] [PATCH 1/4] gdbstub: Fix qOffsets packet detection

2015-02-07 Thread Jan Kiszka
From: Jan Kiszka qOffsets has no additional optional parameters. So match the complete string to avoid stumbling over possible future commands with identical prefix. Signed-off-by: Jan Kiszka --- gdbstub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdbstub.c b/gdbstub.