From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43672) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTAgM-0001H2-QD for qemu-devel@nongnu.org; Tue, 09 Feb 2016 10:58:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aTAgI-0000mm-IW for qemu-devel@nongnu.org; Tue, 09 Feb 2016 10:58:26 -0500 From: Alberto Garcia Date: Tue, 9 Feb 2016 17:57:34 +0200 Message-Id: Subject: [Qemu-devel] [PATCH v2 0/2] Allow x-blockdev-del on a BB with a monitor-owned BDS List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf , Alberto Garcia , qemu-block@nongnu.org, Max Reitz This series allow x-blockdev-del to be peformed on a BlockBackend that has a BDS inserted with an additional reference if that reference is from the monitor. v2 squashes two of the patches together and fixes the commit message, but is otherwise the same as v1. Regards, Berto v2: - Squash patch 2 (with the tests) into the first one with the code [Eric] - s/splitted/split/ in the description of the tests [Eric] v1: https://lists.gnu.org/archive/html/qemu-block/2016-02/msg00247.html - Initial version Alberto Garcia (2): block: Allow x-blockdev-del on a BB with a monitor-owned BDS block: Update the x-blockdev-del documentation blockdev.c | 13 ++++++++++--- qapi/block-core.json | 5 ++++- qmp-commands.hx | 5 ++++- tests/qemu-iotests/139 | 30 +++++++++++++++++++++++++----- tests/qemu-iotests/139.out | 4 ++-- 5 files changed, 45 insertions(+), 12 deletions(-) -- 2.7.0