From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41298) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wzt6N-0000gV-TT for qemu-devel@nongnu.org; Wed, 25 Jun 2014 15:43:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wzt6G-0001zT-E4 for qemu-devel@nongnu.org; Wed, 25 Jun 2014 15:43:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41002) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wzt6G-0001zG-2o for qemu-devel@nongnu.org; Wed, 25 Jun 2014 15:43:20 -0400 From: Jeff Cody Date: Wed, 25 Jun 2014 15:43:11 -0400 Message-Id: Subject: [Qemu-devel] [PATCH v7 for 2.1 0/4] Use node-names for commit, stream List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, benoit.canet@irqsave.net, pkrempa@redhat.com, famz@redhat.com, stefanha@redhat.com This is part 3 of the series "Modify block jobs to use node-names" This has the auto-generated node names, and the addition of node-names to block-commit and block-stream. This maintains the same blocker convention that is in master, i.e. checking the active layer blocker for commit. Jeff Cody (4): block: Auto-generate node_names for each BDS entry block: Accept node-name arguments for block-commit block: add ability for block-stream to use node-name block: Add QMP documentation for block-stream block.c | 16 ++++++++- blockdev.c | 97 +++++++++++++++++++++++++++++++++++++++++++--------- hmp.c | 3 +- qapi/block-core.json | 57 ++++++++++++++++++++++-------- qmp-commands.hx | 91 +++++++++++++++++++++++++++++++++++++++++++----- 5 files changed, 223 insertions(+), 41 deletions(-) -- 1.9.3