]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/qtest/migration: Standardize hook names
authorFabiano Rosas <farosas@suse.de>
Wed, 27 Nov 2024 18:28:45 +0000 (15:28 -0300)
committerFabiano Rosas <farosas@suse.de>
Thu, 12 Dec 2024 13:25:39 +0000 (10:25 -0300)
commit56afcf2d481bdff5e320c94bb70af923b509551c
treeb0588c1a8659ba88048678176ec6c8b2b0edf5ad
parentde62427cce9060e4d631b11ba7840bb03368a448
tests/qtest/migration: Standardize hook names

Standardize the hook names:

- change the names to .start|end_hook to match
  test_migrate_start|end()

- use the migrate_hook_start_ and migrate_hook_end_ prefixes

Reviewed-by: Peter Xu <peterx@redhat.com>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
tests/qtest/migration-test.c