From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46463) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sf9dF-0007IO-NS for qemu-devel@nongnu.org; Thu, 14 Jun 2012 08:58:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sf9dA-0003Y3-Vq for qemu-devel@nongnu.org; Thu, 14 Jun 2012 08:58:37 -0400 Received: from e06smtp13.uk.ibm.com ([195.75.94.109]:35631) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sf9dA-0003X5-Nk for qemu-devel@nongnu.org; Thu, 14 Jun 2012 08:58:32 -0400 Received: from /spool/local by e06smtp13.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 14 Jun 2012 13:58:26 +0100 Received: from d06av08.portsmouth.uk.ibm.com (d06av08.portsmouth.uk.ibm.com [9.149.37.249]) by d06nrmr1806.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q5ECwOj22924650 for ; Thu, 14 Jun 2012 13:58:24 +0100 Received: from d06av08.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av08.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q5ECwNJB021235 for ; Thu, 14 Jun 2012 06:58:23 -0600 From: Stefan Hajnoczi Date: Thu, 14 Jun 2012 13:58:15 +0100 Message-Id: <1339678698-17726-1-git-send-email-stefanha@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH v2 0/3] qcow2: fix autoclear image header update List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org, Stefan Hajnoczi The code path to clear unknown autoclear feature bits when opening a qcow2 image file was broken. This series includes the fix along with the qemu-iotest to verify the issue and prevent regressions in the future. v2: * Add qemu-iotest [Kevin] Stefan Hajnoczi (3): qcow2: fix autoclear image header update qemu-iotests: add qcow2.py set-feature-bit command qemu-iotests: add 036 autoclear feature bit test block/qcow2.c | 17 ++++++----- tests/qemu-iotests/036 | 68 +++++++++++++++++++++++++++++++++++++++++++ tests/qemu-iotests/036.out | 52 +++++++++++++++++++++++++++++++++ tests/qemu-iotests/group | 1 + tests/qemu-iotests/qcow2.py | 23 +++++++++++++++ 5 files changed, 153 insertions(+), 8 deletions(-) create mode 100755 tests/qemu-iotests/036 create mode 100644 tests/qemu-iotests/036.out -- 1.7.10