qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Eric Blake <eblake@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PULL 0/7] bitmap export over NBD
Date: Wed, 20 Jun 2018 22:19:50 -0500	[thread overview]
Message-ID: <20180621031957.134718-1-eblake@redhat.com> (raw)

The following changes since commit 46012db666990ff2eed1d3dc199ab8006439a93b:

  Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180619' into staging (2018-06-20 09:51:30 +0100)

are available in the Git repository at:

  git://repo.or.cz/qemu/ericb.git tags/pull-nbd-2018-06-20

for you to fetch changes up to 5bde4bbbd1e217c323551d2785a0efff6340d840:

  docs/interop: add nbd.txt (2018-06-20 21:20:05 -0500)

----------------------------------------------------------------
nbd patches for 2018-06-20

Add experimental x-nbd-server-add-bitmap to expose a disabled
bitmap over NBD, in preparation for a pull model incremental
backup scheme.

- Eric Blake: tests: Simplify .gitignore
- Vladimir Sementsov-Ogievskiy: 0/6 NBD export bitmaps

----------------------------------------------------------------
Eric Blake (1):
      tests: Simplify .gitignore

Vladimir Sementsov-Ogievskiy (6):
      nbd/server: fix trace
      nbd/server: refactor NBDExportMetaContexts
      nbd/server: add nbd_meta_empty_or_pattern helper
      nbd/server: implement dirty bitmap export
      qapi: new qmp command nbd-server-add-bitmap
      docs/interop: add nbd.txt

 docs/interop/nbd.txt |  38 ++++++
 qapi/block.json      |  23 ++++
 include/block/nbd.h  |   8 +-
 blockdev-nbd.c       |  23 ++++
 nbd/server.c         | 369 ++++++++++++++++++++++++++++++++++++++++++++-------
 MAINTAINERS          |   1 +
 nbd/trace-events     |   1 +
 tests/.gitignore     |  93 +------------
 8 files changed, 417 insertions(+), 139 deletions(-)
 create mode 100644 docs/interop/nbd.txt

-- 
2.14.4

             reply	other threads:[~2018-06-21  3:20 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-21  3:19 Eric Blake [this message]
2018-06-21  3:19 ` [Qemu-devel] [PULL 1/7] tests: Simplify .gitignore Eric Blake
2018-06-21  3:19 ` [Qemu-devel] [PULL 2/7] nbd/server: fix trace Eric Blake
2018-06-21  3:19 ` [Qemu-devel] [PULL 3/7] nbd/server: refactor NBDExportMetaContexts Eric Blake
2018-06-21  3:19 ` [Qemu-devel] [PULL 4/7] nbd/server: add nbd_meta_empty_or_pattern helper Eric Blake
2018-06-21  3:19 ` [Qemu-devel] [PULL 5/7] nbd/server: implement dirty bitmap export Eric Blake
2018-06-21 10:17   ` Vladimir Sementsov-Ogievskiy
2018-06-21 11:47     ` Eric Blake
2018-06-21  3:19 ` [Qemu-devel] [PULL 6/7] qapi: new qmp command nbd-server-add-bitmap Eric Blake
2018-06-21  3:19 ` [Qemu-devel] [PULL 7/7] docs/interop: add nbd.txt Eric Blake
2018-06-21  5:34 ` [Qemu-devel] [PULL 0/7] bitmap export over NBD no-reply
2018-06-21 11:40   ` Eric Blake
2018-06-21  6:09 ` no-reply
2018-06-21  9:03 ` Peter Maydell
2018-06-21 11:52   ` 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=20180621031957.134718-1-eblake@redhat.com \
    --to=eblake@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /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).