On 06/03/24 4:19 pm, Het Gala wrote:
Can also find the successful build here:
https://gitlab.com/galahet/Qemu/-/pipelines/1201488612
Het Gala (7):
Add 'to' object into migrate_qmp()
Replace connect_uri and move migrate_get_socket_address inside
migrate_qmp
Add channels parameter in migrate_qmp_fail
Add migrate_set_ports into migrate_qmp to change migration port number
Add channels parameter in migrate_qmp
Add multifd_tcp_plain test using list of channels instead of uri
Add negative tests to validate migration QAPIs
tests/qtest/migration-helpers.c | 109 +++++++++++++++++++-
tests/qtest/migration-helpers.h | 10 +-
tests/qtest/migration-test.c | 176 ++++++++++++++++++--------------
3 files changed, 208 insertions(+), 87 deletions(-)
Regards,
Het Gala