All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/5] block: API changes for 2.6
@ 2016-03-14 15:44 Kevin Wolf
  2016-03-14 15:44 ` [Qemu-devel] [PATCH 1/5] block: Remove copy-on-read from bdrv_move_feature_fields() Kevin Wolf
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Kevin Wolf @ 2016-03-14 15:44 UTC (permalink / raw)
  To: qemu-block; +Cc: kwolf, qemu-devel, armbru, mreitz, jsnow

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2016-03-18 17:10 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-14 15:44 [Qemu-devel] [PATCH 0/5] block: API changes for 2.6 Kevin Wolf
2016-03-14 15:44 ` [Qemu-devel] [PATCH 1/5] block: Remove copy-on-read from bdrv_move_feature_fields() Kevin Wolf
2016-03-14 15:51   ` Eric Blake
2016-03-14 15:44 ` [Qemu-devel] [PATCH 2/5] block: Remove dirty bitmaps " Kevin Wolf
2016-03-14 15:55   ` Eric Blake
2016-03-14 15:44 ` [Qemu-devel] [PATCH 3/5] block: Remove cache.writeback from blockdev-add Kevin Wolf
2016-03-14 16:10   ` Eric Blake
2016-03-14 16:22     ` Kevin Wolf
2016-03-14 15:44 ` [Qemu-devel] [PATCH 4/5] block: Make backing files always writeback Kevin Wolf
2016-03-14 16:46   ` Eric Blake
2016-03-14 15:44 ` [Qemu-devel] [PATCH 5/5] block: Reject writethrough mode except at the root Kevin Wolf
2016-03-14 16:50   ` Eric Blake
2016-03-18 17:10 ` [Qemu-devel] [PATCH 0/5] block: API changes for 2.6 Kevin Wolf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.