From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58667) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sukd1-00083e-5o for qemu-devel@nongnu.org; Fri, 27 Jul 2012 09:30:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sukcz-0005vB-Re for qemu-devel@nongnu.org; Fri, 27 Jul 2012 09:30:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:10030) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sukcz-0005uj-AR for qemu-devel@nongnu.org; Fri, 27 Jul 2012 09:30:49 -0400 Message-ID: <501297F2.7090904@redhat.com> Date: Fri, 27 Jul 2012 15:30:26 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1343376324-19458-1-git-send-email-stefanha@linux.vnet.ibm.com> <1343376324-19458-8-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1343376324-19458-8-git-send-email-stefanha@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 7/7] qemu-iotests: add 039 qcow2 lazy refcounts test List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Khoa Huynh , Anthony Liguori , qemu-devel@nongnu.org Am 27.07.2012 10:05, schrieb Stefan Hajnoczi: > This tests establishes the basic post-conditions of the qcow2 lazy > refcounts features: > > 1. If the image was closed normally, it is marked clean. > > 2. If an allocating write was performed and the image was not closed > normally, then it is marked dirty. > > a. Written data can be read back successfully. > b. The image file can be repaired and will be marked clean again. > c. The image file is automatically repaired when opened read/write. > > Signed-off-by: Stefan Hajnoczi Thanks, applied all patches for now. But can you please respin this single patch to make it work with -nocache? I don't really mind how you do it, options include skipping the test, overriding the cache option, possibly inserting some 'flush' qemu-io commands etc. It just shouldn't fail (even more so because -nocache is the option I use the most with qemu-iotests). Kevin