Re: [PATCH v3 16/49] include/exec: Define errno values in gdbstub.h

2022-05-23 Thread Peter Maydell
On Sat, 21 May 2022 at 01:04, Richard Henderson wrote: > > Define constants for the errno values defined by the > gdb remote fileio protocol. > > Signed-off-by: Richard Henderson > --- > include/exec/gdbstub.h | 22 ++ > 1 file changed, 22 insertions(+) > > diff --git a/inclu

[PATCH v3 16/49] include/exec: Define errno values in gdbstub.h

2022-05-20 Thread Richard Henderson
Define constants for the errno values defined by the gdb remote fileio protocol. Signed-off-by: Richard Henderson --- include/exec/gdbstub.h | 22 ++ 1 file changed, 22 insertions(+) diff --git a/include/exec/gdbstub.h b/include/exec/gdbstub.h index 33a262a5a3..0a6e0d6eeb 10