On 20 January 2017 at 16:30, Julian Brown <jul...@codesourcery.com> wrote: > This patch moves the target_memory_rw_debug function to > include/exec/cpu-all.h, so that it can be used by the ARM semihosting > code as well as the gdbstub code. (I tried Peter Maydell's suggestion > of include/qom/cpu.h as a location for the function, but that raised > uncomfortably-many dependency problems for my taste). > > Signed-off-by: Julian Brown <jul...@codesourcery.com> > --- > gdbstub.c | 11 ----------- > include/exec/cpu-all.h | 22 ++++++++++++++++++++++ > 2 files changed, 22 insertions(+), 11 deletions(-) >
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM