[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] qcow2: Correct endianness in overlap check
From: |
Kevin Wolf |
Subject: |
Re: [Qemu-devel] [PATCH] qcow2: Correct endianness in overlap check |
Date: |
Mon, 30 Sep 2013 10:06:11 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Am 30.09.2013 um 08:59 hat Max Reitz geschrieben:
> If an inactive L1 table is loaded from disk, its entries are in big
> endian and have to be converted to host byte order before using them.
>
> Signed-off-by: Max Reitz <address@hidden>
Reviewed-by: Kevin Wolf <address@hidden>
Sounds like there's yet a test case missing? (But it requires the
runtime options for enabling these checks, obviously)
Kevin