]> git.ipfire.org Git - thirdparty/qemu.git/commit
migration/multifd: fix build error when qpl compression is enabled
authorYuan Liu <yuan1.liu@intel.com>
Tue, 8 Oct 2024 10:45:27 +0000 (18:45 +0800)
committerPeter Xu <peterx@redhat.com>
Wed, 9 Oct 2024 12:30:53 +0000 (08:30 -0400)
commit2e49d6a20b2193378e508b01de82eaffc5adc3bc
treeede70fee005596c70bb05e55c8e2befcf534b344
parent255db3ba80a985f11a9d7b2d2c0f014427ba4639
migration/multifd: fix build error when qpl compression is enabled

The page_size member has been removed from the MultiFDSendParams
and MultiFDRecvParams. The function multifd_ram_page_size is used to
provide the page size in the multifd compressor.

Fixes: 90fa121c6c ("migration/multifd: Inline page_size and page_count")
Signed-off-by: Yuan Liu <yuan1.liu@intel.com>
Link: https://lore.kernel.org/r/20241008104527.3516755-1-yuan1.liu@intel.com
Signed-off-by: Peter Xu <peterx@redhat.com>
migration/multifd-qpl.c