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

John Snow posted 1 patch 6 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180207170124.26704-1-jsnow@redhat.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 passed
Test ppc passed
Test s390x passed
There is a newer version of this series
util/hbitmap.c | 1 +
1 file changed, 1 insertion(+)
[Qemu-devel] [PULL 0/1] Bitmaps patches
Posted by John Snow 6 years, 2 months ago
The following changes since commit 0833df03f4206a6cf416fbb3d380fa95c8e61fba:

  Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180206a' into staging (2018-02-07 12:07:23 +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 3260cdfffbf00f33923f5f9f6bef45932d7ac28b:

  hbitmap: fix missing restore count when finish deserialization (2018-02-07 11:35:49 -0500)

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

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

Liang Li (1):
  hbitmap: fix missing restore count when finish deserialization

 util/hbitmap.c | 1 +
 1 file changed, 1 insertion(+)

-- 
2.14.3


Re: [Qemu-devel] [PULL 0/1] Bitmaps patches
Posted by Peter Maydell 6 years, 2 months ago
On 7 February 2018 at 17:01, John Snow <jsnow@redhat.com> wrote:
> The following changes since commit 0833df03f4206a6cf416fbb3d380fa95c8e61fba:
>
>   Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180206a' into staging (2018-02-07 12:07:23 +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 3260cdfffbf00f33923f5f9f6bef45932d7ac28b:
>
>   hbitmap: fix missing restore count when finish deserialization (2018-02-07 11:35:49 -0500)
>
> ----------------------------------------------------------------
>
> ----------------------------------------------------------------
>
> Liang Li (1):
>   hbitmap: fix missing restore count when finish deserialization
>
>  util/hbitmap.c | 1 +
>  1 file changed, 1 insertion(+)
>
> --

Applied, thanks.

-- PMM