[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 08/28] migration: Build migration_files once
|
From: |
Richard Henderson |
|
Subject: |
[PULL 08/28] migration: Build migration_files once |
|
Date: |
Tue, 23 May 2023 16:57:44 -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: Alex Bennée <alex.bennee@linaro.org>
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
- [PULL 00/28] tcg patch queue, Richard Henderson, 2023/05/23
- [PULL 01/28] util: Introduce host-specific cpuinfo.h, Richard Henderson, 2023/05/23
- [PULL 02/28] util: Add cpuinfo-i386.c, Richard Henderson, 2023/05/23
- [PULL 05/28] util/bufferiszero: Use i386 host/cpuinfo.h, Richard Henderson, 2023/05/23
- [PULL 03/28] util: Add i386 CPUINFO_ATOMIC_VMOVDQU, Richard Henderson, 2023/05/23
- [PULL 04/28] tcg/i386: Use host/cpuinfo.h, Richard Henderson, 2023/05/23
- [PULL 06/28] migration/xbzrle: Shuffle function order, Richard Henderson, 2023/05/23
- [PULL 08/28] migration: Build migration_files once,
Richard Henderson <=
- [PULL 07/28] migration/xbzrle: Use i386 host/cpuinfo.h, Richard Henderson, 2023/05/23
- [PULL 10/28] include/host: Split out atomic128-cas.h, Richard Henderson, 2023/05/23
- [PULL 09/28] util: Add cpuinfo-aarch64.c, Richard Henderson, 2023/05/23
- [PULL 11/28] include/host: Split out atomic128-ldst.h, Richard Henderson, 2023/05/23
- [PULL 21/28] accel/tcg: Eliminate #if on HAVE_ATOMIC128 and HAVE_CMPXCHG128, Richard Henderson, 2023/05/23
- [PULL 17/28] target/s390x: Use cpu_{ld,st}*_mmu in do_csst, Richard Henderson, 2023/05/23
- [PULL 16/28] accel/tcg: Unify cpu_{ld,st}*_{be,le}_mmu, Richard Henderson, 2023/05/23
- [PULL 20/28] accel/tcg: Remove prot argument to atomic_mmu_lookup, Richard Henderson, 2023/05/23
- [PULL 12/28] meson: Fix detect atomic128 support with optimization, Richard Henderson, 2023/05/23
- [PULL 13/28] include/qemu: Move CONFIG_ATOMIC128_OPT handling to atomic128.h, Richard Henderson, 2023/05/23