Re: [Qemu-devel] [PATCH v3 4/7] ARM big-endian semihosting support.

2017-02-03 Thread Peter Maydell
On 20 January 2017 at 16:32, Julian Brown wrote: > This patch introduces an ARM-specific version of the memory read/write, > etc. functions used for semihosting, in order to byte-swap (big-endian) > target memory that is to be interpreted by the (little-endian) host. > The target_memory_rw_debug f

[Qemu-devel] [PATCH v3 4/7] ARM big-endian semihosting support.

2017-01-20 Thread Julian Brown
This patch introduces an ARM-specific version of the memory read/write, etc. functions used for semihosting, in order to byte-swap (big-endian) target memory that is to be interpreted by the (little-endian) host. The target_memory_rw_debug function is used that knows about the byte-reversal used fo