[Qemu-devel] [PULL v2 0/3] Bitmaps patches

John Snow posted 3 patches 6 years, 8 months ago
Test asan passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu failed
Test checkpatch passed
Failed in applying to current master (apply log)
There is a newer version of this series
block/dirty-bitmap.c       | 21 +++++++++++++++------
blockdev.c                 | 26 ++++++++++++++++++++------
qapi/block-core.json       | 37 ++++++++++++++++++++++++++++---------
tests/qemu-iotests/124     |  1 +
tests/qemu-iotests/236.out | 14 ++++++++++++++
5 files changed, 78 insertions(+), 21 deletions(-)
[Qemu-devel] [PULL v2 0/3] Bitmaps patches
Posted by John Snow 6 years, 8 months ago
The following changes since commit 2e68b8620637a4ee8c79b5724144b726af1e261b:

  Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190219' into staging (2019-02-18 16:20:13 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 0a6c86d024c52b1e66d4f7ec01a3bb8ea2600145:

  blockdev: acquire aio_context for bitmap add/remove (2019-02-19 17:49:43 -0500)

----------------------------------------------------------------
Pull request

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

Eric Blake (1):
  dirty-bitmap: Expose persistent flag to 'query-block'

John Snow (2):
  block/dirty-bitmap: Documentation and Comment fixups
  blockdev: acquire aio_context for bitmap add/remove

 block/dirty-bitmap.c       | 21 +++++++++++++++------
 blockdev.c                 | 26 ++++++++++++++++++++------
 qapi/block-core.json       | 37 ++++++++++++++++++++++++++++---------
 tests/qemu-iotests/124     |  1 +
 tests/qemu-iotests/236.out | 14 ++++++++++++++
 5 files changed, 78 insertions(+), 21 deletions(-)

-- 
2.17.2


Re: [Qemu-devel] [PULL v2 0/3] Bitmaps patches
Posted by Peter Maydell 6 years, 8 months ago
On Wed, 20 Feb 2019 at 18:01, John Snow <jsnow@redhat.com> wrote:
>
> The following changes since commit 2e68b8620637a4ee8c79b5724144b726af1e261b:
>
>   Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190219' into staging (2019-02-18 16:20:13 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/jnsnow/qemu.git tags/bitmaps-pull-request
>
> for you to fetch changes up to 0a6c86d024c52b1e66d4f7ec01a3bb8ea2600145:
>
>   blockdev: acquire aio_context for bitmap add/remove (2019-02-19 17:49:43 -0500)
>
> ----------------------------------------------------------------
> Pull request
>
> ----------------------------------------------------------------

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0
for any user-visible changes.

-- PMM