Re: [Qemu-devel] [PATCH v3 3/7] Move target_memory_rw_debug function.

2017-02-03 Thread Peter Maydell
On 20 January 2017 at 16:30, Julian Brown 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 fu

[Qemu-devel] [PATCH v3 3/7] Move target_memory_rw_debug function.

2017-01-20 Thread Julian Brown
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 prob