Re: [PATCH v6 5/8] Add migrate_set_ports into migrate_qmp to update migration port value

2024-03-12 Thread Fabiano Rosas
Het Gala writes: > migrate_get_connect_qdict gets qdict with the dst QEMU parameters. > > migrate_set_ports() from list of channels reads each QDict for port, > and fills the port with correct value in case it was 0 in the test. > > Signed-off-by: Het Gala > Suggested-by: Fabiano Rosas Reviewe

[PATCH v6 5/8] Add migrate_set_ports into migrate_qmp to update migration port value

2024-03-12 Thread Het Gala
migrate_get_connect_qdict gets qdict with the dst QEMU parameters. migrate_set_ports() from list of channels reads each QDict for port, and fills the port with correct value in case it was 0 in the test. Signed-off-by: Het Gala Suggested-by: Fabiano Rosas --- tests/qtest/migration-helpers.c |