From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39499) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEbi2-0002AD-Be for qemu-devel@nongnu.org; Thu, 20 Sep 2012 04:02:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TEbhw-0005zt-Iw for qemu-devel@nongnu.org; Thu, 20 Sep 2012 04:02:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:25057) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEbhw-0005zo-Aq for qemu-devel@nongnu.org; Thu, 20 Sep 2012 04:02:00 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q8K81x3N005035 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 20 Sep 2012 04:01:59 -0400 Message-ID: <505ACD74.8030606@redhat.com> Date: Thu, 20 Sep 2012 10:01:56 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1348065078-5139-1-git-send-email-pbonzini@redhat.com> <1348065078-5139-15-git-send-email-pbonzini@redhat.com> <505A0561.8060107@redhat.com> In-Reply-To: <505A0561.8060107@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 14/12] qmp: add NBD server commands List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: qemu-devel@nongnu.org, lcapitulino@redhat.com Il 19/09/2012 19:48, Eric Blake ha scritto: > Do we need a way to unregister a single device, rather than having to > stop the NBD server to unregister all devices? Possibly, but it can be added later. Paolo