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
