From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37963) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VEIWZ-0003p7-Mk for qemu-devel@nongnu.org; Tue, 27 Aug 2013 08:37:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VEIWT-0007Vr-Nq for qemu-devel@nongnu.org; Tue, 27 Aug 2013 08:37:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:64738) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VEIWT-0007Vj-GE for qemu-devel@nongnu.org; Tue, 27 Aug 2013 08:37:25 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r7RCbOiQ011965 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 27 Aug 2013 08:37:24 -0400 Date: Tue, 27 Aug 2013 14:37:37 +0200 From: Kevin Wolf Message-ID: <20130827123737.GG648@dhcp-200-207.str.redhat.com> References: <1377522260-16676-1-git-send-email-mreitz@redhat.com> <1377522260-16676-6-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1377522260-16676-6-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH 5/5] qemu-iotests: Overlapping cluster allocations List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: qemu-devel@nongnu.org, Stefan Hajnoczi Am 26.08.2013 um 15:04 hat Max Reitz geschrieben: > A new test on corrupted images with overlapping cluster allocations. > > Signed-off-by: Max Reitz One more thing that could be checked is that the image can be opened read-only, but not r/w while the corrupt flag is set. The existing tests look good, but will have to be updated after dropping most of patch 4. Kevin