From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35774) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbTlv-0005To-5R for qemu-devel@nongnu.org; Wed, 30 Oct 2013 07:17:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VbTlp-0005bC-2N for qemu-devel@nongnu.org; Wed, 30 Oct 2013 07:17:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:28835) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbTlo-0005b8-RE for qemu-devel@nongnu.org; Wed, 30 Oct 2013 07:17:05 -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 r9UBH45s029397 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 30 Oct 2013 07:17:04 -0400 Date: Wed, 30 Oct 2013 12:17:02 +0100 From: Kevin Wolf Message-ID: <20131030111702.GD2807@dhcp-200-207.str.redhat.com> References: <1383070734-29919-1-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1383070734-29919-1-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH] qemu-iotests: Test case for backing file deletion List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: qemu-devel@nongnu.org, Stefan Hajnoczi Am 29.10.2013 um 19:18 hat Max Reitz geschrieben: > Add a test case for trying to open an image file where it is impossible > to open its backing file (in this case, because it was deleted). When > doing this, qemu (or qemu-io in this case) should not crash but rather > print an appropriate error message. > > Signed-off-by: Max Reitz > --- > Follow-up to: > - block: Don't copy backing file name on error Thanks, applied to the block branch. Kevin