]> www.infradead.org Git - users/dwmw2/qemu.git/commit
migration/multifd: Fix build for qatzip
authorPeter Xu <peterx@redhat.com>
Tue, 10 Sep 2024 21:04:50 +0000 (17:04 -0400)
committerPeter Xu <peterx@redhat.com>
Tue, 17 Sep 2024 21:50:45 +0000 (17:50 -0400)
commit561ce0149373ecab7fa123cb64ffd50155c06e10
treed1c0e82271d8e87286da534236ac157dc4f59a78
parent6abc8f1266bc74aa0da3c2546cca9e9255b81dc3
migration/multifd: Fix build for qatzip

The qatzip series was based on an older commit, it applied cleanly even
though it has conflicts.  Neither CI nor myself found the build will break
as it's skipped by default when qatzip library was missing.

Fix the build issues.  No need to copy stable as it just landed 9.2.

Cc: Yichen Wang <yichen.wang@bytedance.com>
Cc: Bryan Zhang <bryan.zhang@bytedance.com>
Cc: Hao Xiang <hao.xiang@linux.dev>
Cc: Yuan Liu <yuan1.liu@intel.com>
Fixes: 80484f9459 ("migration: Introduce 'qatzip' compression method")
Link: https://lore.kernel.org/r/20240910210450.3835123-1-peterx@redhat.com
Signed-off-by: Peter Xu <peterx@redhat.com>
migration/multifd-qatzip.c