All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Blake <eblake@redhat.com>
To: qemu-devel@nongnu.org
Subject: [PULL 0/5] bitmaps patches through 2021-02-12
Date: Fri, 12 Feb 2021 17:21:29 -0600	[thread overview]
Message-ID: <20210212232134.1462756-1-eblake@redhat.com> (raw)

The following changes since commit eac92d316351b855ba79eb374dd21cc367f1f9c1:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210211-1' into staging (2021-02-11 19:57:50 +0000)

are available in the Git repository at:

  https://repo.or.cz/qemu/ericb.git tags/pull-bitmaps-2021-02-12

for you to fetch changes up to 934aee14d36e67468260635af61c387227cdaf78:

  block: use return status of bdrv_append() (2021-02-12 15:39:44 -0600)

----------------------------------------------------------------
bitmaps patches for 2021-02-12

- add 'transform' member to manipulate bitmaps across migration
- work towards better error handling during bdrv_open

----------------------------------------------------------------
Peter Krempa (3):
      migration: dirty-bitmap: Use struct for alias map inner members
      migration: dirty-bitmap: Allow control of bitmap persistence
      qemu-iotests: 300: Add test case for modifying persistence of bitmap

Vladimir Sementsov-Ogievskiy (2):
      block: return status from bdrv_append and friends
      block: use return status of bdrv_append()

 qapi/migration.json            | 19 ++++++++-
 include/block/block.h          | 12 +++---
 block.c                        | 64 +++++++++++++++++------------
 block/backup-top.c             | 23 +++++------
 block/commit.c                 |  6 +--
 block/mirror.c                 |  6 +--
 blockdev.c                     |  6 +--
 migration/block-dirty-bitmap.c | 62 +++++++++++++++++++++-------
 tests/test-bdrv-graph-mod.c    |  6 +--
 tests/qemu-iotests/300         | 93 ++++++++++++++++++++++++++++++++++++++++++
 tests/qemu-iotests/300.out     |  4 +-
 11 files changed, 226 insertions(+), 75 deletions(-)

-- 
2.30.1



             reply	other threads:[~2021-02-12 23:24 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-12 23:21 Eric Blake [this message]
2021-02-12 23:21 ` [PULL 1/5] migration: dirty-bitmap: Use struct for alias map inner members Eric Blake
2021-02-12 23:21 ` [PULL 2/5] migration: dirty-bitmap: Allow control of bitmap persistence Eric Blake
2021-02-12 23:21 ` [PULL 3/5] qemu-iotests: 300: Add test case for modifying persistence of bitmap Eric Blake
2021-02-15 12:31   ` Kevin Wolf
2021-02-15 16:46     ` Eric Blake
2021-02-15 17:09       ` Kevin Wolf
2021-02-15 18:25         ` Eric Blake
2021-02-15 19:00           ` John Snow
2021-02-15 20:26             ` Eric Blake
2021-02-15 21:37               ` John Snow
2021-02-12 23:21 ` [PULL 4/5] block: return status from bdrv_append and friends Eric Blake
2021-02-12 23:21 ` [PULL 5/5] block: use return status of bdrv_append() Eric Blake
2021-02-14 18:45 ` [PULL 0/5] bitmaps patches through 2021-02-12 Peter Maydell

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=20210212232134.1462756-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.