From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47549) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afUg5-0003DP-6J for qemu-devel@nongnu.org; Mon, 14 Mar 2016 11:45:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1afUg4-0002WV-6Y for qemu-devel@nongnu.org; Mon, 14 Mar 2016 11:45:05 -0400 From: Kevin Wolf Date: Mon, 14 Mar 2016 16:44:47 +0100 Message-Id: <1457970292-12291-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PATCH 0/5] block: API changes for 2.6 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: kwolf@redhat.com, qemu-devel@nongnu.org, armbru@redhat.com, mreitz@redhat.com, jsnow@redhat.com This series contains those part of my current work that I want to be in the 2.6 release because they change the semantics of some QMP interfaces. This is especially true for the WCE changes, which concern things that weren't even accessible in 2.5 yet, so we're still completely free to change them until 2.6. The other two parts have existed for a bit longer, but the changes can reasonably be considered bug fixes. Kevin Wolf (5): block: Remove copy-on-read from bdrv_move_feature_fields() block: Remove dirty bitmaps from bdrv_move_feature_fields() block: Remove cache.writeback from blockdev-add block: Make backing files always writeback block: Reject writethrough mode except at the root block.c | 17 ++++--- blockdev.c | 26 +++++++++-- qapi/block-core.json | 4 +- tests/qemu-iotests/142 | 50 ++++++++++----------- tests/qemu-iotests/142.out | 108 ++++++++++----------------------------------- 5 files changed, 82 insertions(+), 123 deletions(-) -- 1.8.3.1