]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
migration: rename target.c to vfio.c
authorPierrick Bouvier <pierrick.bouvier@linaro.org>
Fri, 25 Jul 2025 20:17:28 +0000 (13:17 -0700)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 29 Jul 2025 11:56:39 +0000 (13:56 +0200)
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>
migration/meson.build
migration/vfio.c [moved from migration/target.c with 90% similarity]

index 9aa48b290e2a58533bcabdf3efd67313471fbd48..276da3be5a32ef26ca1fac1f3173b766175a97e2 100644 (file)
@@ -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'))
similarity index 90%
rename from migration/target.c
rename to migration/vfio.c
index 12fd399f0c521c5c28535b58f24feab6845947fd..0b64e49ef060bd740ac61d3b5edd137ea44284cd 100644 (file)
@@ -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.