mbox

[PULL,0/1] Bitmaps patches

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

Pull-request

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

Message

John Snow Feb. 7, 2018, 5:01 p.m. UTC
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(+)

Comments

Peter Maydell Feb. 8, 2018, 11:04 a.m. UTC | #1
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