On 8/7/19 1:31 AM, tony.ngu...@bt.com wrote: > Preparation to replace device_endian with MemOp. > > Mapping device_endian onto MemOp limits behaviour changes to this > relatively smaller patch. > > The next patch will replace all device_endian usages with the > equivalent MemOp. That patch will be large but have no behaviour > changes. > > A subsequent patch will then delete unused device_endian. > > Signed-off-by: Tony Nguyen <tony.ngu...@bt.com> > --- > hw/char/serial.c | 18 ++++++------------ > include/exec/cpu-common.h | 10 +++++++--- > 2 files changed, 13 insertions(+), 15 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~