On Thu, 11 Jul 2019 at 11:56, Juan Quintela <quintela@xxxxxxxxxx> wrote: > > The following changes since commit 6df2cdf44a82426f7a59dcb03f0dd2181ed7fdfa: > > Update version for v4.1.0-rc0 release (2019-07-09 17:21:53 +0100) > > are available in the Git repository at: > > https://github.com/juanquintela/qemu.git tags/migration-pull-request > > for you to fetch changes up to 0b47e79b3d04f500b6f3490628905ec5884133df: > > migration: allow private destination ram with x-ignore-shared (2019-07-11 12:30:40 +0200) > > ---------------------------------------------------------------- > Migration pull request > > ---------------------------------------------------------------- Hi; this fails "make check" on aarch32 host (possibly a general 32-bit host issue, as this is the only 32-bit host I test on): MALLOC_PERTURB_=${MALLOC_PERTURB_:-$(( ${RANDOM:-0} % 255 + 1))} tests/test-bitmap -m=quick -k --tap < /dev/null | ./scripts/tap-driver.pl --test-name="test-bitmap" ** ERROR:/home/peter.maydell/qemu/tests/test-bitmap.c:39:check_bitmap_copy_with_offset: assertion failed (bmap1 == bmap2) Aborted ERROR - Bail out! ERROR:/home/peter.maydell/qemu/tests/test-bitmap.c:39:check_bitmap_copy_with_offset: assertion failed (bmap1 == bmap2) /home/peter.maydell/qemu/tests/Makefile.include:904: recipe for target 'check-unit' failed thanks -- PMM