From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57223) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOpRW-0003cB-D3 for qemu-devel@nongnu.org; Thu, 18 Oct 2012 08:43:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TOpRM-0000ms-SS for qemu-devel@nongnu.org; Thu, 18 Oct 2012 08:43:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:25570) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOpRM-0000mo-KG for qemu-devel@nongnu.org; Thu, 18 Oct 2012 08:43:08 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q9ICh79j004579 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 18 Oct 2012 08:43:07 -0400 Message-ID: <507FF958.1080005@redhat.com> Date: Thu, 18 Oct 2012 14:43:04 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1348675011-8794-1-git-send-email-pbonzini@redhat.com> <1348675011-8794-30-git-send-email-pbonzini@redhat.com> In-Reply-To: <1348675011-8794-30-git-send-email-pbonzini@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: Paolo Bonzini Cc: jcody@redhat.com, qemu-devel@nongnu.org Am 26.09.2012 17:56, schrieb Paolo Bonzini: > Signed-off-by: Paolo Bonzini > --- > 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? Also, 040 is already taken. Should this becomes 041 then? Or if I missed the real 041, this would have to become 044. Kevin