On 28 June 2016 at 15:50, Peter Maydell <[email protected]> wrote: > Don't use the cpu_to_*w() functions, which we are trying to deprecate. > Instead either just use cpu_to_*() to do the byteswap, or use > st*_be_p() if we need to do the store somewhere other than to a > variable that's already the correct type. > > Signed-off-by: Peter Maydell <[email protected]>
Apologies for dropping the Reviewed-by: Eric Blake <[email protected]> that this should have; forgot to update before resend. -- PMM
