From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38288) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f5vmZ-0002Ti-3W for qemu-devel@nongnu.org; Tue, 10 Apr 2018 12:06:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f5vmV-0003vZ-16 for qemu-devel@nongnu.org; Tue, 10 Apr 2018 12:06:07 -0400 From: Alberto Garcia Date: Tue, 10 Apr 2018 18:05:02 +0200 Message-Id: Subject: [Qemu-devel] [PATCH 0/2] Minor fixes about compressed clusters with OFLAG_COPIED List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Alberto Garcia , qemu-block@nongnu.org, Eric Blake , Kevin Wolf , Max Reitz Hi, while reviewing one previous patch about data corruption and compressed clusters we discussed that the documentation doesn't clarify that L2 entries for compressed clusters are not supposed to have the OFLAG_COPIED bit set. Here's a patch to update the documentation and another one to fix the error message that "qemu-img check" produces. Regards, Berto Alberto Garcia (2): Fix error message about compressed clusters with OFLAG_COPIED specs/qcow2: Clarify that compressed clusters have the COPIED bit reset block/qcow2-refcount.c | 4 ++-- docs/interop/qcow2.txt | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) -- 2.11.0