* Peter Maydell (peter.mayd...@linaro.org) wrote: > On Wed, 7 Apr 2021 at 11:22, Dr. David Alan Gilbert (git) > <dgilb...@redhat.com> wrote: > > > > From: "Dr. David Alan Gilbert" <dgilb...@redhat.com> > > > > The following changes since commit d0d3dd401b70168a353450e031727affee828527: > > > > Update version for v6.0.0-rc2 release (2021-04-06 18:34:34 +0100) > > > > are available in the Git repository at: > > > > git://github.com/dagrh/qemu.git tags/pull-migration-20210407a > > > > for you to fetch changes up to c4e232bb57aca19ca60f692ee830023a76eca78e: > > > > tests/migration: fix parameter of auto-converge migration (2021-04-06 > > 18:56:02 +0100) > > > > ---------------------------------------------------------------- > > migration+virtiofs fixes pull 2021-04-07 > > > > A seg fix in virtiofsd, a bunch of fixes for background snapshots, and > > a migration test fix. > > > > Signed-off-by: Dr. David Alan Gilbert <dgilb...@redhat.com> > > > > ---------------------------------------------------------------- > > Fails to link on non-Linux hosts: > > Undefined symbols for architecture x86_64: > "_ram_write_tracking_prepare", referenced from: > _bg_migration_thread in migration_migration.c.o > ld: symbol(s) not found for architecture x86_64 > > The definition of ram_write_tracking_prepare() is inside an > #if defined(__linux__), but the callsite is not, I think.
OK, reproduced here. Let me see. Dave > thanks > -- PMM > -- Dr. David Alan Gilbert / dgilb...@redhat.com / Manchester, UK