mirror of
https://github.com/qemu/qemu.git
synced 2025-08-13 18:46:38 +00:00
migration: rename target.c to vfio.c
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Acked-by: Fabiano Rosas <farosas@suse.de> Reviewed-by: Peter Xu <peterx@redhat.com> Message-ID: <20250725201729.17100-3-pierrick.bouvier@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
parent
962316a6a3
commit
b496a392fe
@ -51,4 +51,4 @@ system_ss.add(when: qatzip, if_true: files('multifd-qatzip.c'))
|
||||
|
||||
specific_ss.add(when: 'CONFIG_SYSTEM_ONLY',
|
||||
if_true: files('ram.c',
|
||||
'target.c'))
|
||||
'vfio.c'))
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* QEMU live migration - functions that need to be compiled target-specific
|
||||
* QEMU live migration - VFIO
|
||||
*
|
||||
* This work is licensed under the terms of the GNU GPL, version 2
|
||||
* or (at your option) any later version.
|
Loading…
Reference in New Issue
Block a user