qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-trivial] [Qemu-devel] [PATCH 2/6] block/qcow2: Don't use cpu_t


From: Peter Maydell
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH 2/6] block/qcow2: Don't use cpu_to_*w()
Date: Tue, 28 Jun 2016 16:13:14 +0100

On 28 June 2016 at 15:50, Peter Maydell <address@hidden> 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 <address@hidden>

Apologies for dropping the

Reviewed-by: Eric Blake <address@hidden>

that this should have; forgot to update before resend.

-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]