Re: [Qemu-devel] [PATCH v9 16/20] memory: Single byte swap along the I/O path

2019-08-23 Thread Richard Henderson
On 8/23/19 11:36 AM, Tony Nguyen wrote: > Now that MemOp has been pushed down into the memory API, and > callers are encoding endianness, we can collapse byte swaps > along the I/O path into the accelerator and target independent > adjust_endianness. > > Collapsing byte swaps along the I/O path en

[Qemu-devel] [PATCH v9 16/20] memory: Single byte swap along the I/O path

2019-08-23 Thread Tony Nguyen
Now that MemOp has been pushed down into the memory API, and callers are encoding endianness, we can collapse byte swaps along the I/O path into the accelerator and target independent adjust_endianness. Collapsing byte swaps along the I/O path enables additional endian inversion logic, e.g. SPARC6