qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 02/12] qcow2: fix the byte endian convertion


From: Kevin Wolf
Subject: Re: [Qemu-devel] [PATCH 02/12] qcow2: fix the byte endian convertion
Date: Fri, 08 Jun 2012 10:27:50 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1

Am 07.06.2012 09:13, schrieb Michael Tokarev:
> On 04.06.2012 15:13, Kevin Wolf wrote:
>> From: Zhi Yong Wu <address@hidden>
>>
>> Signed-off-by: Zhi Yong Wu <address@hidden>
>> Reviewed-by: Stefan Hajnoczi <address@hidden>
>> Signed-off-by: Kevin Wolf <address@hidden>
> 
> It appears to be a good candidate for -stable, no?

No, it's merely cosmetic. cpu_to_be64s() and be64_to_cpus() do the same,
they both swap the byte order if the host is little endian.

Kevin



reply via email to

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