commit | 1e242b5544a48bc43eca9c637dc91ec06bcf3a31 | [log] [tgz] |
---|---|---|
author | Max Reitz <mreitz@redhat.com> | Mon Sep 30 08:59:28 2013 +0200 |
committer | Stefan Hajnoczi <stefanha@redhat.com> | Wed Oct 02 11:06:35 2013 +0200 |
tree | 8dde4756a52a2b399902f462b3fef181f7b043b2 | |
parent | a684f3cf9b9b9c3cb82be87aafc463de8974610c [diff] |
qcow2: Correct endianness in overlap check 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 <mreitz@redhat.com> Reviewed-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>