On Thu, 9 Feb 2023 at 23:35, Juan Quintela <quintela@xxxxxxxxxx> wrote: > > The following changes since commit 417296c8d8588f782018d01a317f88957e9786d6: > > tests/qtest/netdev-socket: Raise connection timeout to 60 seconds (2023-02-09 11:23:53 +0000) > > are available in the Git repository at: > > https://gitlab.com/juan.quintela/qemu.git tags/migration-20230209-pull-request > > for you to fetch changes up to 858191aebda251a4d1e3bc77b238096673241cdd: > > migration: Postpone postcopy preempt channel to be after main (2023-02-09 21:26:02 +0100) > > ---------------------------------------------------------------- > Migration Pull request > > Hi > > This are all the reviewed patches for migration: > - AVX512 support for xbzrle (Ling Xu) > - /dev/userfaultd support (Peter Xu) > - Improve ordering of channels (Peter Xu) > - multifd cleanups (Li Zhang) > - Remove spurious files from last merge (me) > Rebase makes that to you > - Fix mixup between state_pending_{exact,estimate} (me) > - Cache RAM size during migration (me) > - cleanup several functions (me) > > Please apply. > > ---------------------------------------------------------------- Fails to build the user-mode emulators: https://gitlab.com/qemu-project/qemu/-/jobs/3749435025 In file included from ../authz/base.c:24: ../authz/trace.h:1:10: fatal error: trace/trace-authz.h: No such file or directory 1 | #include "trace/trace-authz.h" https://gitlab.com/qemu-project/qemu/-/jobs/3749435094 In file included from ../authz/simple.c:23: ../authz/trace.h:1:10: fatal error: trace/trace-authz.h: No such file or directory 1 | #include "trace/trace-authz.h" https://gitlab.com/qemu-project/qemu/-/jobs/3749434963 In file included from ../authz/listfile.c:23: ../authz/trace.h:1:10: fatal error: trace/trace-authz.h: No such file or directory 1 | #include "trace/trace-authz.h" etc thanks -- PMM