mirror of
https://github.com/qemu/qemu.git
synced 2025-08-16 17:37:19 +00:00
colo: move stubs out of stubs/
Since the colo stubs are needed exactly when the build options are not enabled, move them together with the code they stub. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Message-ID: <20240408155330.522792-16-pbonzini@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
@ -20,6 +20,8 @@ if get_option('replication').allowed() or \
|
||||
get_option('colo_proxy').allowed()
|
||||
system_ss.add(files('colo-compare.c'))
|
||||
system_ss.add(files('colo.c'))
|
||||
else
|
||||
system_ss.add(files('colo-stubs.c'))
|
||||
endif
|
||||
|
||||
if get_option('colo_proxy').allowed()
|
||||
|
Reference in New Issue
Block a user