On 4/20/23 14:17, Juan Quintela wrote:
The following changes since commit 2d82c32b2ceaca3dc3da5e36e10976f34bfcb598:
Open 8.1 development tree (2023-04-20 10:05:25 +0100)
are available in the Git repository at:
https://gitlab.com/juan.quintela/qemu.git
tags/migration-20230420-pull-request
for you to fetch changes up to cdf07846e6fe07a2e20c93eed5902114dc1d3dcf:
migration: Pass migrate_caps_check() the old and new caps (2023-04-20
15:10:58 +0200)
----------------------------------------------------------------
Migration Pull request
This series include everything reviewed for migration:
- fix for disk stop/start (eric)
- detect filesystem of hostmem (peter)
- rename qatomic_mb_read (paolo)
- whitespace cleanup (李皆俊)
I hope copy and paste work for the name O:-)
- atomic_counters series (juan)
- two first patches of capabilities (juan)
Please apply,
Fails CI:
https://gitlab.com/qemu-project/qemu/-/jobs/4159279870#L2896
/usr/lib/gcc-cross/mipsel-linux-gnu/10/../../../../mipsel-linux-gnu/bin/ld:
libcommon.fa.p/migration_migration.c.o: undefined reference to symbol
'__atomic_load_8@@LIBATOMIC_1.0'
You're using an atomic 8-byte operation on a host that doesn't support it. Did you use
qatomic_read__nocheck instead of qatomic_read to try and get around a build failure on
i686? The check is there for a reason...
r~