From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44584) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TO2PX-0006Eq-TN for qemu-devel@nongnu.org; Tue, 16 Oct 2012 04:22:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TO2PS-00070P-6C for qemu-devel@nongnu.org; Tue, 16 Oct 2012 04:21:59 -0400 Received: from mail-bk0-f45.google.com ([209.85.214.45]:33357) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TO2PR-00070J-Vc for qemu-devel@nongnu.org; Tue, 16 Oct 2012 04:21:54 -0400 Received: by mail-bk0-f45.google.com with SMTP id jf3so2408885bkc.4 for ; Tue, 16 Oct 2012 01:21:53 -0700 (PDT) Date: Tue, 16 Oct 2012 10:21:49 +0200 From: Stefan Hajnoczi Message-ID: <20121016082149.GD23066@stefanha-thinkpad.redhat.com> References: <1350305057-6287-1-git-send-email-stefanha@redhat.com> <1350305057-6287-4-git-send-email-stefanha@redhat.com> <507C4C18.5090503@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <507C4C18.5090503@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 3/3] qemu-iotests: Add 041 backing file chain infinite loop test List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: Kevin Wolf , kashyap.cv@gmail.com, qemu-devel@nongnu.org, Stefan Hajnoczi , =?iso-8859-1?Q?Beno=EEt?= Canet On Mon, Oct 15, 2012 at 11:47:04AM -0600, Eric Blake wrote: > On 10/15/2012 06:44 AM, Stefan Hajnoczi wrote: > > This new test verifies that qemu-img info --backing-chain safely aborts > > when an image file has a backing file infinite loop. > > > > Signed-off-by: Stefan Hajnoczi > > --- > > tests/qemu-iotests/041 | 90 ++++++++++++++++++++++++++++++++++++++++++++ > > tests/qemu-iotests/041.out | 81 +++++++++++++++++++++++++++++++++++++++ > > Didn't Paolo already request test id 41, and 42 is already claimed, > leaving you at 43? > https://lists.gnu.org/archive/html/qemu-devel/2012-10/msg02481.html Okay, thanks. I didn't see that before sending. Kevin, Paolo: let me know after you've reviewed these patches and I can bump to 043. Stefan