On (Fri) 10 Jun 2016 [17:09:22], Peter Maydell wrote: > The *_to_cpup() and cpu_to_*w() functions just compose a pointer > dereference with a byteswap. Instead use ld*_p() and st*_p(), > which handle potential pointer misalignment and avoid the need > to cast the pointer. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org>
Reviewed-by: Amit Shah <amit.s...@redhat.com> I'll pick this up, thanks. Amit