[Qemu-devel] [PULL 0/7] Bitmaps patches

John Snow posted 7 patches 5 years, 10 months ago
Failed in applying to current master (apply log)
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test s390x passed
There is a newer version of this series
block/dirty-bitmap.c         | 117 ++++++++++++++----------------
blockdev.c                   | 164 ++++++++++++++++++++++++++++++++++++++++++-
include/block/dirty-bitmap.h |   4 +-
qapi/block-core.json         |  86 ++++++++++++++++++++++-
qapi/transaction.json        |   4 ++
5 files changed, 307 insertions(+), 68 deletions(-)
[Qemu-devel] [PULL 0/7] Bitmaps patches
Posted by John Snow 5 years, 10 months ago
The following changes since commit 2afc4e3df80d947dd1bd42ce80278f591b35c74a:

  Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2018-06-11' into staging (2018-06-11 15:31:20 +0100)

are available in the Git repository at:

  https://github.com/jnsnow/qemu.git tags/bitmaps-pull-request

for you to fetch changes up to a6e2ca5f6521553681ae136578ec1cb67e1a7973:

  qapi: add disabled parameter to block-dirty-bitmap-add (2018-06-11 14:53:32 -0400)

----------------------------------------------------------------

bitmaps pull request

----------------------------------------------------------------

Paolo Bonzini (2):
  block: remove bdrv_dirty_bitmap_make_anon
  block: simplify code around releasing bitmaps

Vladimir Sementsov-Ogievskiy (5):
  block/dirty-bitmap: add lock to bdrv_enable/disable_dirty_bitmap
  qapi: add x-block-dirty-bitmap-enable/disable
  qmp: transaction support for x-block-dirty-bitmap-enable/disable
  qapi: add x-block-dirty-bitmap-merge
  qapi: add disabled parameter to block-dirty-bitmap-add

 block/dirty-bitmap.c         | 117 ++++++++++++++----------------
 blockdev.c                   | 164 ++++++++++++++++++++++++++++++++++++++++++-
 include/block/dirty-bitmap.h |   4 +-
 qapi/block-core.json         |  86 ++++++++++++++++++++++-
 qapi/transaction.json        |   4 ++
 5 files changed, 307 insertions(+), 68 deletions(-)

-- 
2.14.3


Re: [Qemu-devel] [PULL 0/7] Bitmaps patches
Posted by Peter Maydell 5 years, 10 months ago
On 11 June 2018 at 20:34, John Snow <jsnow@redhat.com> wrote:
> The following changes since commit 2afc4e3df80d947dd1bd42ce80278f591b35c74a:
>
>   Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2018-06-11' into staging (2018-06-11 15:31:20 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/jnsnow/qemu.git tags/bitmaps-pull-request
>
> for you to fetch changes up to a6e2ca5f6521553681ae136578ec1cb67e1a7973:
>
>   qapi: add disabled parameter to block-dirty-bitmap-add (2018-06-11 14:53:32 -0400)
>
> ----------------------------------------------------------------
>
> bitmaps pull request
>

Applied, thanks.

-- PMM