Re: [PATCH v3 1/7] Add 'to' object into migrate_qmp()

2024-03-06 Thread Fabiano Rosas
Het Gala writes: > Add the 'to' object into migrate_qmp(), so we can use > migrate_get_socket_address() inside migrate_qmp() to get > the port value. This is not applied to other migrate_qmp* > because they don't need the port. > > Signed-off-by: Het Gala > Suggested-by: Fabiano Rosas Reviewed

[PATCH v3 1/7] Add 'to' object into migrate_qmp()

2024-03-06 Thread Het Gala
Add the 'to' object into migrate_qmp(), so we can use migrate_get_socket_address() inside migrate_qmp() to get the port value. This is not applied to other migrate_qmp* because they don't need the port. Signed-off-by: Het Gala Suggested-by: Fabiano Rosas --- tests/qtest/migration-helpers.c | 3