mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
migration: compile migration/ram.c once
Acked-by: Fabiano Rosas <farosas@suse.de> Reviewed-by: Peter Xu <peterx@redhat.com> Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-ID: <20250730220435.1139101-2-pierrick.bouvier@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
committed by
Philippe Mathieu-Daudé
parent
e74416713f
commit
7ef54b7bf3
@@ -31,6 +31,7 @@ system_ss.add(files(
|
||||
'multifd-zero-page.c',
|
||||
'options.c',
|
||||
'postcopy-ram.c',
|
||||
'ram.c',
|
||||
'savevm.c',
|
||||
'socket.c',
|
||||
'tls.c',
|
||||
@@ -50,5 +51,4 @@ system_ss.add(when: uadk, if_true: files('multifd-uadk.c'))
|
||||
system_ss.add(when: qatzip, if_true: files('multifd-qatzip.c'))
|
||||
|
||||
specific_ss.add(when: 'CONFIG_SYSTEM_ONLY',
|
||||
if_true: files('ram.c',
|
||||
'vfio.c'))
|
||||
if_true: files('vfio.c'))
|
||||
|
||||
Reference in New Issue
Block a user