From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53692) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQgQa-0000nN-VG for qemu-devel@nongnu.org; Wed, 25 Feb 2015 13:11:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YQgQW-0002nS-1T for qemu-devel@nongnu.org; Wed, 25 Feb 2015 13:11:20 -0500 Message-ID: <54EE1040.70905@redhat.com> Date: Wed, 25 Feb 2015 13:11:12 -0500 From: Max Reitz MIME-Version: 1.0 References: <1424887718-10800-1-git-send-email-mreitz@redhat.com> In-Reply-To: <1424887718-10800-1-git-send-email-mreitz@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 00/25] nbd: Several fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: Kevin Wolf , Paolo Bonzini , qemu-devel@nongnu.org, Stefan Hajnoczi On 2015-02-25 at 13:08, Max Reitz wrote: > This series contains a variety of fixes for qemu's NBD code, with the > most interesting (and probably most prone to be wrong) thing being a > timeout of ten seconds for NBD connections. And of course I forgot to add: This series depends on v3 (or any later version) of my series "block: Rework bdrv_close_all()". Max