Re: [PATCH v4 14/53] semihosting: Move common-semi.h to include/semihosting/

2022-06-09 Thread Alex Bennée
Richard Henderson writes: > This header is not private to the top-level semihosting directory, > so place it in the public include directory. Reviewed-by: Alex Bennée -- Alex Bennée

[PATCH v4 14/53] semihosting: Move common-semi.h to include/semihosting/

2022-06-07 Thread Richard Henderson
This header is not private to the top-level semihosting directory, so place it in the public include directory. Reviewed-by: Peter Maydell Signed-off-by: Richard Henderson --- {semihosting => include/semihosting}/common-semi.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {semiho