qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PULL 00/25] Migration 20220621 patches


From: Richard Henderson
Subject: Re: [PULL 00/25] Migration 20220621 patches
Date: Tue, 21 Jun 2022 19:14:07 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1

On 6/21/22 17:25, Juan Quintela wrote:
The following changes since commit c8b2d413761af732a0798d8df45ce968732083fe:

   Merge tag 'bsd-user-syscall-2022q2-pull-request' of 
ssh://github.com/qemu-bsd-user/qemu-bsd-user into staging (2022-06-19 13:56:13 
-0700)

are available in the Git repository at:

   https://gitlab.com/juan.quintela/qemu.git 
tags/migration-20220621-pull-request

for you to fetch changes up to 720eceaa316f2a75a7930085bb305850831a065f:

   migration: remove the QEMUFileOps abstraction (2022-06-21 18:06:55 +0200)

----------------------------------------------------------------
Migration Pull request

Hi

In this today migration PULL request:
- dainiel Berrangé qemufileops cleanup
- Leonardo Brass cleanups for zero copy
- RDMA cleanups (me)

Build failures:

https://gitlab.com/qemu-project/qemu/-/jobs/2622407867
https://gitlab.com/qemu-project/qemu/-/jobs/2622407794
https://gitlab.com/qemu-project/qemu/-/jobs/2622407791

../migration/migration.c:166:5: error: 'MIGRATION_CAPABILITY_ZERO_COPY_SEND' undeclared here (not in a function); did you mean 'MIGRATION_CAPABILITY_ZERO_BLOCKS'?
  166 |     MIGRATION_CAPABILITY_ZERO_COPY_SEND);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../migration/migration.c:145:35: note: in definition of macro 
'INITIALIZE_MIGRATE_CAPS_SET'
  145 |         .size = sizeof((int []) { __VA_ARGS__ }) / sizeof(int), \
      |                                   ^~~~~~~~~~~
[1118/1665] Compiling C object libcommon.fa.p/migration_multifd.c.obj


https://gitlab.com/qemu-project/qemu/-/jobs/2622407863
https://gitlab.com/qemu-project/qemu/-/jobs/2622407862
https://gitlab.com/qemu-project/qemu/-/jobs/2622407860
https://gitlab.com/qemu-project/qemu/-/jobs/2622407811

../io/channel-socket.c:589:9: error: implicit declaration of function 'g_assert_unreachable' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
        g_assert_unreachable();
        ^


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]