qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v4 0/2] block: formalize and test fleecing
@ 2018-07-02 19:46 John Snow
  2018-07-02 19:46 ` [Qemu-devel] [PATCH v4 1/2] blockdev: enable non-root nodes for backup source John Snow
  2018-07-02 19:46 ` [Qemu-devel] [PATCH v4 2/2] iotests: add 222 to test basic fleecing John Snow
  0 siblings, 2 replies; 6+ messages in thread
From: John Snow @ 2018-07-02 19:46 UTC (permalink / raw)
  To: qemu-devel, qemu-block
  Cc: Kevin Wolf, Max Reitz, Markus Armbruster, eblake, John Snow

This two patch series formalizes a workflow we expect to work for the
purposes of image fleecing. There are some remaining questions on
serialization correctness that we intend to address at a later time,
possibly during the 3.0 soft freeze window.

V4:
 - Replace my 1/2 with Vladimir's, which was more exhaustive.
 - Formatting improvements to 2/2 (Vladimir)
 - Specify the image format on write (Vladimir)

V3:
 - Added explicit zero checking as per Eblake's suggestion
 - Remove stale python code

John Snow (1):
  iotests: add 222 to test basic fleecing

Vladimir Sementsov-Ogievskiy (1):
  blockdev: enable non-root nodes for backup source

 blockdev.c                 |   4 +-
 tests/qemu-iotests/222     | 155 +++++++++++++++++++++++++++++++++++++++++++++
 tests/qemu-iotests/222.out |  67 ++++++++++++++++++++
 tests/qemu-iotests/group   |   1 +
 4 files changed, 225 insertions(+), 2 deletions(-)
 create mode 100644 tests/qemu-iotests/222
 create mode 100644 tests/qemu-iotests/222.out

-- 
2.14.4

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

end of thread, other threads:[~2018-07-03 15:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-02 19:46 [Qemu-devel] [PATCH v4 0/2] block: formalize and test fleecing John Snow
2018-07-02 19:46 ` [Qemu-devel] [PATCH v4 1/2] blockdev: enable non-root nodes for backup source John Snow
2018-07-02 19:46 ` [Qemu-devel] [PATCH v4 2/2] iotests: add 222 to test basic fleecing John Snow
2018-07-02 20:06   ` Eric Blake
2018-07-03  9:15   ` Vladimir Sementsov-Ogievskiy
2018-07-03 15:23     ` John Snow

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).