mbox

[PULL,0/2] bitmaps patches for 2020-10-26

Message ID 20201026120245.25024-1-eblake@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

https://repo.or.cz/qemu/ericb.git tags/pull-bitmaps-2020-10-26

Message

Eric Blake Oct. 26, 2020, 12:02 p.m. UTC
The following changes since commit 4c5b97bfd0dd54dc27717ae8d1cd10e14eef1430:

  Merge remote-tracking branch 'remotes/kraxel/tags/modules-20201022-pull-request' into staging (2020-10-22 12:33:21 +0100)

are available in the Git repository at:

  https://repo.or.cz/qemu/ericb.git tags/pull-bitmaps-2020-10-26

for you to fetch changes up to a024890a64085d3d37ad7eda164775251285c14c:

  migration/block-dirty-bitmap: fix uninitialized variable warning (2020-10-26 06:56:24 -0500)

----------------------------------------------------------------
bitmaps patches for 2020-10-26

- fix infloop on large bitmap granularity
- silence compiler warning

----------------------------------------------------------------
Chen Qun (1):
      migration/block-dirty-bitmap: fix uninitialized variable warning

Stefan Reiter (1):
      migration/block-dirty-bitmap: fix larger granularity bitmaps

 migration/block-dirty-bitmap.c | 26 ++++++++++++--------------
 1 file changed, 12 insertions(+), 14 deletions(-)

Comments

Peter Maydell Oct. 27, 2020, 10:25 a.m. UTC | #1
On Mon, 26 Oct 2020 at 12:05, Eric Blake <eblake@redhat.com> wrote:
>
> The following changes since commit 4c5b97bfd0dd54dc27717ae8d1cd10e14eef1430:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/modules-20201022-pull-request' into staging (2020-10-22 12:33:21 +0100)
>
> are available in the Git repository at:
>
>   https://repo.or.cz/qemu/ericb.git tags/pull-bitmaps-2020-10-26
>
> for you to fetch changes up to a024890a64085d3d37ad7eda164775251285c14c:
>
>   migration/block-dirty-bitmap: fix uninitialized variable warning (2020-10-26 06:56:24 -0500)
>
> ----------------------------------------------------------------
> bitmaps patches for 2020-10-26
>
> - fix infloop on large bitmap granularity
> - silence compiler warning


Applied, thanks.

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

-- PMM