From: Eric Blake <eblake@redhat.com>
To: qemu-devel@nongnu.org
Cc: jsnow@redhat.com, qemu-block@nongnu.org, vsementsov@virtuozzo.com
Subject: [Qemu-devel] [PATCH v2 0/2] test NBD bitmap export
Date: Mon, 2 Jul 2018 14:14:56 -0500 [thread overview]
Message-ID: <20180702191458.28741-1-eblake@redhat.com> (raw)
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
next reply other threads:[~2018-07-02 19:15 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-02 19:14 Eric Blake [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180702191458.28741-1-eblake@redhat.com \
--to=eblake@redhat.com \
--cc=jsnow@redhat.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=vsementsov@virtuozzo.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).