From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59291) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXVUJ-0001F8-3D for qemu-devel@nongnu.org; Mon, 16 Mar 2015 09:55:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXVUE-0005a8-3L for qemu-devel@nongnu.org; Mon, 16 Mar 2015 09:55:23 -0400 Message-ID: <5506E0C3.2050608@redhat.com> Date: Mon, 16 Mar 2015 09:55:15 -0400 From: Max Reitz MIME-Version: 1.0 References: <1424887718-10800-1-git-send-email-mreitz@redhat.com> <1424887718-10800-8-git-send-email-mreitz@redhat.com> <550025DD.80502@redhat.com> In-Reply-To: <550025DD.80502@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 07/25] nbd: Add "failed to open export" error message List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , qemu-block@nongnu.org Cc: Kevin Wolf , qemu-devel@nongnu.org, Stefan Hajnoczi On 2015-03-11 at 07:24, Paolo Bonzini wrote: > > On 25/02/2015 19:08, Max Reitz wrote: >> In case the connection is closed before the export length can be read, >> and an export name had been specified, this generally indicates that for >> some reason the export could not be opened (e.g. there is no export with >> that name). Make the error message reflect this. >> >> Signed-off-by: Max Reitz > Which patch introduces tests/qemu-iotests/096.out? As I forgot to write in the cover letter (and only wrote in a reply to it), the series actually 'depends on v3 (or any later version) of my series "block: Rework bdrv_close_all()"', so the patch that introduces it would be "iotests: Add test for eject under NBD server". Max