Re: [PATCH v6 4/8] Add channels parameter in migrate_qmp_fail

2024-03-12 Thread Fabiano Rosas
Het Gala writes: > Alter migrate_qmp_fail() to allow both uri and channels > independently. For channels, convert string to a Dict. > No dealing with migrate_get_socket_address() here because > we will fail before starting the migration anyway. > > Signed-off-by: Het Gala > Suggested-by: Fabiano

[PATCH v6 4/8] Add channels parameter in migrate_qmp_fail

2024-03-12 Thread Het Gala
Alter migrate_qmp_fail() to allow both uri and channels independently. For channels, convert string to a Dict. No dealing with migrate_get_socket_address() here because we will fail before starting the migration anyway. Signed-off-by: Het Gala Suggested-by: Fabiano Rosas --- tests/qtest/migrati