Re: [PATCH v4 18/53] include/exec: Define errno values in gdbstub.h
Richard Henderson writes: > Define constants for the errno values defined by the > gdb remote fileio protocol. > > Reviewed-by: Peter Maydell > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée
[PATCH v4 18/53] include/exec: Define errno values in gdbstub.h
Define constants for the errno values defined by the gdb remote fileio protocol. Reviewed-by: Peter Maydell 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 ind