Re: [Qemu-devel] [PATCH v2 3/6] ARM big-endian system-mode semihosting support.

2017-01-05 Thread Peter Maydell
On 7 December 2016 at 14:48, 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. > These functions also know ab

[Qemu-devel] [PATCH v2 3/6] ARM big-endian system-mode semihosting support.

2016-12-07 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. These functions also know about the byte-reversal used for BE32 system mode. Signed-o