From: Eric Blake <eblake@redhat.com>
To: qemu-devel@nongnu.org
Subject: [PULL 0/7] bitmaps patches for 2020-05-18
Date: Mon, 18 May 2020 15:54:41 -0500 [thread overview]
Message-ID: <20200518205448.690566-1-eblake@redhat.com> (raw)
The following changes since commit a28c9c8c9fc42484efe1bf5a77affe842e54e38b:
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20200518-pull-request' into staging (2020-05-18 16:37:09 +0100)
are available in the Git repository at:
https://repo.or.cz/qemu/ericb.git tags/pull-bitmaps-2020-05-18
for you to fetch changes up to 6660c3a69c668ff98e2a86bca0b1301648ff4b02:
qemu-img: Add bitmap sub-command (2020-05-18 15:32:56 -0500)
----------------------------------------------------------------
bitmaps patches for 2020-05-18
- update bitmaps maintainers
- add 'qemu-img bitmap' subcommand
----------------------------------------------------------------
Eric Blake (7):
bitmaps: Update maintainer
docs: Sort sections on qemu-img subcommand parameters
qemu-img: Fix stale comments on doc location
block: Make it easier to learn which BDS support bitmaps
blockdev: Promote several bitmap functions to non-static
blockdev: Split off basic bitmap operations for qemu-img
qemu-img: Add bitmap sub-command
docs/tools/qemu-img.rst | 72 ++++++---
Makefile.objs | 3 +-
block/qcow2.h | 1 +
include/block/block_int.h | 13 ++
include/block/dirty-bitmap.h | 1 +
block/dirty-bitmap.c | 9 ++
block/monitor/bitmap-qmp-cmds.c | 321 ++++++++++++++++++++++++++++++++++++++++
block/qcow2-bitmap.c | 7 +
block/qcow2.c | 2 +
blockdev.c | 303 +------------------------------------
qemu-img.c | 251 ++++++++++++++++++++++++++++++-
MAINTAINERS | 8 +-
block/monitor/Makefile.objs | 1 +
qemu-img-cmds.hx | 9 +-
14 files changed, 672 insertions(+), 329 deletions(-)
create mode 100644 block/monitor/bitmap-qmp-cmds.c
--
2.26.2
next reply other threads:[~2020-05-18 20:55 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-18 20:54 Eric Blake [this message]
2020-05-18 20:54 ` [PULL 1/7] bitmaps: Update maintainer Eric Blake
2020-05-18 20:54 ` [PULL 2/7] docs: Sort sections on qemu-img subcommand parameters Eric Blake
2020-05-18 20:54 ` [PULL 3/7] qemu-img: Fix stale comments on doc location Eric Blake
2020-05-18 20:54 ` [PULL 4/7] block: Make it easier to learn which BDS support bitmaps Eric Blake
2020-05-18 20:54 ` [PULL 5/7] blockdev: Promote several bitmap functions to non-static Eric Blake
2020-05-18 20:54 ` [PULL 6/7] blockdev: Split off basic bitmap operations for qemu-img Eric Blake
2020-05-18 20:54 ` [PULL 7/7] qemu-img: Add bitmap sub-command Eric Blake
2020-05-19 12:42 ` [PULL 0/7] bitmaps patches for 2020-05-18 Peter Maydell
2020-05-19 15:30 ` 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=20200518205448.690566-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).