From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43529) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIbRb-0007RS-R1 for qemu-devel@nongnu.org; Tue, 03 Feb 2015 06:15:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YIbRW-0000EL-TL for qemu-devel@nongnu.org; Tue, 03 Feb 2015 06:14:59 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34761) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIbRW-0000EF-ME for qemu-devel@nongnu.org; Tue, 03 Feb 2015 06:14:54 -0500 Date: Tue, 3 Feb 2015 12:14:45 +0100 From: Kevin Wolf Message-ID: <20150203111445.GE4488@noname.redhat.com> References: <1422324179-32106-1-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1422324179-32106-1-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/4] nbd: iotest fixes and error message improvement List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: Paolo Bonzini , Peter Lieven , qemu-devel@nongnu.org, Stefan Hajnoczi Am 27.01.2015 um 03:02 hat Max Reitz geschrieben: > This series is a follow-up to my previous patch "iotests: Specify format > for qemu-nbd" and as such relies on it. > > The first three patches of this series fix the qemu-iotests so they once > again pass when using NBD. > > The fourth patch of this series improves NBD's error message for > establishing connections, especially if the server's and the client's > NBD version differs (which, until now, was simply "Bad magic received"). Thanks, applied to the block branch. Kevin