mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-22 07:28:36 -07:00
Migration capabilities are set in multiple '.start_hook' functions for various tests. Instead, consolidate setting capabilities in 'migrate_start_set_capabilities()' function which is called from the 'migrate_start()' function. While simplifying the capabilities setting, it helps to declutter the qtest sources. Suggested-by: Fabiano Rosas <farosas@suse.de> Signed-off-by: Prasad Pandit <pjp@fedoraproject.org> Reviewed-by: Fabiano Rosas <farosas@suse.de> Message-ID: <20250411114534.3370816-7-ppandit@redhat.com> [fix open brace] Signed-off-by: Fabiano Rosas <farosas@suse.de> |
||
|---|---|---|
| .. | ||
| aarch64 | ||
| i386 | ||
| ppc64 | ||
| s390x | ||
| bootfile.c | ||
| bootfile.h | ||
| compression-tests.c | ||
| cpr-tests.c | ||
| file-tests.c | ||
| framework.c | ||
| framework.h | ||
| Makefile | ||
| migration-qmp.c | ||
| migration-qmp.h | ||
| migration-util.c | ||
| migration-util.h | ||
| misc-tests.c | ||
| postcopy-tests.c | ||
| precopy-tests.c | ||
| tls-tests.c | ||