[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 08/27] migration: Build migration_files once
|
From: |
Richard Henderson |
|
Subject: |
[PATCH 08/27] migration: Build migration_files once |
|
Date: |
Sat, 20 May 2023 09:26:15 -0700 |
The items in migration_files are built for libmigration and included
info softmmu_ss from there; no need to also include them directly.
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
migration/meson.build | 1 -
1 file changed, 1 deletion(-)
diff --git a/migration/meson.build b/migration/meson.build
index a8e01e70ae..8ba6e420fe 100644
--- a/migration/meson.build
+++ b/migration/meson.build
@@ -8,7 +8,6 @@ migration_files = files(
'qemu-file.c',
'yank_functions.c',
)
-softmmu_ss.add(migration_files)
softmmu_ss.add(files(
'block-dirty-bitmap.c',
--
2.34.1
- [PATCH 01/27] util: Introduce host-specific cpuinfo.h, (continued)
- [PATCH 01/27] util: Introduce host-specific cpuinfo.h, Richard Henderson, 2023/05/20
- [PATCH 02/27] util: Add cpuinfo-i386.c, Richard Henderson, 2023/05/20
- [PATCH 03/27] util: Add i386 CPUINFO_ATOMIC_VMOVDQU, Richard Henderson, 2023/05/20
- [PATCH 05/27] util/bufferiszero: Use i386 host/cpuinfo.h, Richard Henderson, 2023/05/20
- [PATCH 04/27] tcg/i386: Use host/cpuinfo.h, Richard Henderson, 2023/05/20
- [PATCH 06/27] migration/xbzrle: Shuffle function order, Richard Henderson, 2023/05/20
- [PATCH 07/27] migration/xbzrle: Use i386 host/cpuinfo.h, Richard Henderson, 2023/05/20
- [PATCH 08/27] migration: Build migration_files once,
Richard Henderson <=
- [PATCH 09/27] util: Add cpuinfo-aarch64.c, Richard Henderson, 2023/05/20
- [PATCH 10/27] include/host: Split out atomic128-cas.h, Richard Henderson, 2023/05/20
- [PATCH 12/27] meson: Fix detect atomic128 support with optimization, Richard Henderson, 2023/05/20
- [PATCH 13/27] include/qemu: Move CONFIG_ATOMIC128_OPT handling to atomic128.h, Richard Henderson, 2023/05/20
- [PATCH 15/27] target/s390x: Use tcg_gen_qemu_{ld, st}_i128 for LPQ, STPQ, Richard Henderson, 2023/05/20
- [PATCH 17/27] target/s390x: Use cpu_{ld,st}*_mmu in do_csst, Richard Henderson, 2023/05/20