On Wed, 13 Mar 2019 at 12:14, Juan Quintela <quint...@redhat.com> wrote: > > The following changes since commit 3f3bbfc7cef4490c5ed5550766a81e7d18f08db1: > > Merge remote-tracking branch > 'remotes/huth-gitlab/tags/pull-request-2019-03-12' into staging (2019-03-12 > 21:06:26 +0000) > > are available in the Git repository at: > > https://github.com/juanquintela/qemu.git tags/migration-pull-request > > for you to fetch changes up to d677dc8d443e00bb9472fda6cc95ed2256f49670: > > migration: add support for a "tls-authz" migration parameter (2019-03-13 > 12:28:21 +0100) > > ---------------------------------------------------------------- > Migration fixes > > - multifd "upgrade" from experimental > - tls auth change (danp) > > Later, Juan. > > ----------------------------------------------------------------
For aarch32 host i386 guest I got this failure on the migration-test /i386/migration/multifd/tcp test: *** Error in `i386-softmmu/qemu-system-i386': malloc(): smallbin double linked list corrupted: 0x01b564b8 *** qemu-system-i386: check_section_footer: Read section footer failed: -5 Broken pipe qemu-system-i386: load of migration failed: Invalid argument /home/peter.maydell/qemu/tests/libqtest.c:135: kill_qemu() tried to terminate QEMU process but encountered exit status 1 Aborted ERROR - too few tests run (expected 8, got 7) I did a retry by hand of 'make check-qtest-i386' and this time it hung entirely when trying to run that test case. I also tried a run under valgrind on x86 (you'll need to nobble KVM somehow as valgrind can't deal with it): QTEST_QEMU_BINARY='valgrind --smc-check=all i386-softmmu/qemu-system-i386' QTEST_QEMU_IMG=qemu-img tests/migration-test -m=quick -p '/i386/migration/multifd/tcp' and that seems to have hung too. thanks -- PMM