diff options
| author | Fabiano Rosas <farosas@suse.de> | 2024-11-27 15:28:50 -0300 |
|---|---|---|
| committer | Fabiano Rosas <farosas@suse.de> | 2024-12-12 10:25:40 -0300 |
| commit | b7d7f723a9853a68a648075a1f2ab96d410e929e (patch) | |
| tree | c2e6f8ed39049c965bc4e4dc381b948ac765f52a /tests/qtest/virtio-net-failover.c | |
| parent | e6c5704043f0cdb3ce567b74d73a99c79457e3e6 (diff) | |
| download | focaccia-qemu-b7d7f723a9853a68a648075a1f2ab96d410e929e.tar.gz focaccia-qemu-b7d7f723a9853a68a648075a1f2ab96d410e929e.zip | |
tests/qtest/migration: Rename migration-helpers.c
Rename migration-helpers.c to migration-util.c to make its purpose more explicit and avoid the "helper" terminology. Move the file to the qtest/migration/ directory along with the rest of the migration files. Signed-off-by: Fabiano Rosas <farosas@suse.de>
Diffstat (limited to '')
| -rw-r--r-- | tests/qtest/virtio-net-failover.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qtest/virtio-net-failover.c b/tests/qtest/virtio-net-failover.c index 28a6147d9a..08365ffa11 100644 --- a/tests/qtest/virtio-net-failover.c +++ b/tests/qtest/virtio-net-failover.c @@ -11,8 +11,8 @@ #include "libqtest.h" #include "libqos/pci.h" #include "libqos/pci-pc.h" -#include "migration-helpers.h" #include "migration/migration-qmp.h" +#include "migration/migration-util.h" #include "qapi/qmp/qdict.h" #include "qapi/qmp/qlist.h" #include "qapi/qmp/qjson.h" |