From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56083) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOpYu-0006Wz-N4 for qemu-devel@nongnu.org; Thu, 18 Oct 2012 08:51:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TOpYp-0002zm-Mh for qemu-devel@nongnu.org; Thu, 18 Oct 2012 08:50:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49569) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOpYp-0002zB-Ds for qemu-devel@nongnu.org; Thu, 18 Oct 2012 08:50:51 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q9ICooNE012710 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 18 Oct 2012 08:50:50 -0400 Message-ID: <507FFB27.3000404@redhat.com> Date: Thu, 18 Oct 2012 14:50:47 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1348675011-8794-1-git-send-email-pbonzini@redhat.com> <1348675011-8794-30-git-send-email-pbonzini@redhat.com> <507FF958.1080005@redhat.com> In-Reply-To: <507FF958.1080005@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 29/45] qemu-iotests: add mirroring test case List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: jcody@redhat.com, qemu-devel@nongnu.org Il 18/10/2012 14:43, Kevin Wolf ha scritto: >> > tests/qemu-iotests/040 | 353 +++++++++++++++++++++++++++++++++++++++++++++ >> > tests/qemu-iotests/040.out | 5 + >> > tests/qemu-iotests/group | 3 +- >> > 3 file modificati, 360 inserzioni(+). 1 rimozione(-) >> > create mode 100755 tests/qemu-iotests/040 >> > create mode 100644 tests/qemu-iotests/040.out > How about another case for cancelling while the image isn't ready yet? Sure. > Also, 040 is already taken. Should this becomes 041 then? Or if I missed > the real 041, this would have to become 044. Yes, this is already 041 in my tree. Should I submit the next batch up to here, or do you want to wait until 33? Paolo