On Sat, 21 May 2022 at 01:04, Richard Henderson <richard.hender...@linaro.org> wrote: > > Define constants for the errno values defined by the > gdb remote fileio protocol. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > 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 100644 > --- a/include/exec/gdbstub.h > +++ b/include/exec/gdbstub.h > @@ -20,6 +20,28 @@ > #define GDB_O_TRUNC 0x400 > #define GDB_O_EXCL 0x800 > > +/* For gdb file i/o remove protocol errno values */
"remote" Otherwise Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM