qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/7] bitmap export over NBD
@ 2018-06-21  3:19 Eric Blake
  2018-06-21  3:19 ` [Qemu-devel] [PULL 1/7] tests: Simplify .gitignore Eric Blake
                   ` (9 more replies)
  0 siblings, 10 replies; 15+ messages in thread
From: Eric Blake @ 2018-06-21  3:19 UTC (permalink / raw)
  To: qemu-devel

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

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

end of thread, other threads:[~2018-06-21 11:52 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-21  3:19 [Qemu-devel] [PULL 0/7] bitmap export over NBD Eric Blake
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

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