From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33101) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bgwF9-0003KI-L5 for qemu-devel@nongnu.org; Mon, 05 Sep 2016 11:55:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bgwF7-0004dr-RY for qemu-devel@nongnu.org; Mon, 05 Sep 2016 11:55:30 -0400 Date: Mon, 5 Sep 2016 17:55:21 +0200 From: Kevin Wolf Message-ID: <20160905155521.GD4844@noname.redhat.com> References: <1471625435-6190-1-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1471625435-6190-1-git-send-email-kwolf@redhat.com> Subject: Re: [Qemu-devel] [PATCH 00/10] block: Accept qdev IDs in device level QMP commands List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: mreitz@redhat.com, eblake@redhat.com, qemu-devel@nongnu.org Am 19.08.2016 um 18:50 hat Kevin Wolf geschrieben: > In order to remove the necessity to use BlockBackend names in the external API, > we already converted all block layer QMP commands on the node level to accept > node names instead of BlockBackend names. This series converts the second part, > device level commands, to allow qdev device names instead of BlockBackend > names. ping?