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

2024-03-11 Thread Het Gala
On 12/03/24 12:12 am, Fabiano Rosas wrote: Het Gala writes: migrate_set_get_qdict gets qdict with the dst QEMU parameters s/set_// Ack 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: He

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

2024-03-11 Thread Fabiano Rosas
Het Gala writes: > migrate_set_get_qdict gets qdict with the dst QEMU parameters s/set_// > 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 > --

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

2024-03-08 Thread Het Gala
migrate_set_get_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 | 73 +++