From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58808) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmiqs-0007hX-CV for qemu-devel@nongnu.org; Wed, 21 Sep 2016 10:50:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bmiqr-0005UK-Ks for qemu-devel@nongnu.org; Wed, 21 Sep 2016 10:50:22 -0400 Date: Wed, 21 Sep 2016 16:48:56 +0200 From: Kevin Wolf Message-ID: <20160921144856.GD4306@noname.redhat.com> References: <1474462571-10596-1-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1474462571-10596-1-git-send-email-kwolf@redhat.com> Subject: Re: [Qemu-devel] [PATCH v3 00/12] block: Remove BB interface from blockdev-add/del 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 21.09.2016 um 14:55 hat Kevin Wolf geschrieben: > This series makes the next step towards a QAPI interface that doesn't require > clients to know about BlockBackends. By removing the support for 'id' from > blockdev-add, it becomes a command that always only creates a BDS (with a node > name). Existing interfaces have already been changed to accept node names > everywhere and BlockBackends are created whenever they are needed. > > The actual change is in the last patch and pretty trivial, but many test cases > use blockdev-add to create a BlockBackend and must be updated first. Applied to the block branch. Kevin