mbox

[PULL,0/7] Bitmaps patches

Message ID 20180611193434.19004-1-jsnow@redhat.com
State New
Headers show

Pull-request

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

Message

John Snow June 11, 2018, 7:34 p.m. UTC
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(-)

Comments

Peter Maydell June 12, 2018, 1:32 p.m. UTC | #1
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