qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] test NBD bitmap export
@ 2018-07-02 19:14 Eric Blake
  2018-07-02 19:14 ` [Qemu-devel] [PATCH v2 1/2] nbd/client: Add x-dirty-bitmap to query bitmap from server Eric Blake
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Eric Blake @ 2018-07-02 19:14 UTC (permalink / raw)
  To: qemu-devel; +Cc: jsnow, qemu-block, vsementsov

This is a less hacky version of my first attempt:
https://lists.gnu.org/archive/html/qemu-devel/2018-06/msg05993.html

The worst part of the hack (taking a semicolon-separated list of
requests to hand the server) is completely dropped, the member
field is renamed to reflect what it is doing, and I've added an
iotests to help us in regression testing.

I'd REALLY like to send a pull request before soft freeze (tomorrow
morning is approaching fast!) that includes these patches, so that
qemu 3.0 at least has experimental access to all the pieces needed
for playing with incremental backups.

Eric Blake (2):
  nbd/client: Add x-dirty-bitmap to query bitmap from server
  iotests: New test 223 for exporting dirty bitmap over NBD

 qapi/block-core.json       |   7 ++-
 block/nbd-client.h         |   1 +
 include/block/nbd.h        |   1 +
 block/nbd-client.c         |   3 +
 block/nbd.c                |  10 +++-
 nbd/client.c               |   4 +-
 tests/qemu-iotests/223     | 138 +++++++++++++++++++++++++++++++++++++++++++++
 tests/qemu-iotests/223.out |  49 ++++++++++++++++
 tests/qemu-iotests/group   |   1 +
 9 files changed, 209 insertions(+), 5 deletions(-)
 create mode 100755 tests/qemu-iotests/223
 create mode 100644 tests/qemu-iotests/223.out

-- 
2.14.4

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

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

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-02 19:14 [Qemu-devel] [PATCH v2 0/2] test NBD bitmap export Eric Blake
2018-07-02 19:14 ` [Qemu-devel] [PATCH v2 1/2] nbd/client: Add x-dirty-bitmap to query bitmap from server Eric Blake
2018-07-03  9:46   ` Vladimir Sementsov-Ogievskiy
2018-07-03 16:13     ` Eric Blake
2018-07-02 19:14 ` [Qemu-devel] [PATCH v2 2/2] iotests: New test 223 for exporting dirty bitmap over NBD Eric Blake
2018-07-02 21:27   ` John Snow
2018-07-03  0:42     ` Eric Blake
2018-07-03 10:29     ` Vladimir Sementsov-Ogievskiy
2018-07-03 10:09   ` Vladimir Sementsov-Ogievskiy
2018-07-03 16:17     ` Eric Blake
2018-07-02 20:39 ` [Qemu-devel] [PATCH v2 0/2] test NBD bitmap export Eric Blake

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).