Re: [PATCH V5 20/23] tests/qtest: enhance migration channels

2024-12-24 Thread Peter Xu
On Tue, Dec 24, 2024 at 08:17:05AM -0800, Steve Sistare wrote: > Change the migrate_qmp and migrate_qmp_fail channels argument to a QObject > type so the caller can manipulate the object before passing it to the > helper. Define migrate_str_to_channel to aid such manipulation. > Add a channels arg

[PATCH V5 20/23] tests/qtest: enhance migration channels

2024-12-24 Thread Steve Sistare
Change the migrate_qmp and migrate_qmp_fail channels argument to a QObject type so the caller can manipulate the object before passing it to the helper. Define migrate_str_to_channel to aid such manipulation. Add a channels argument to migrate_incoming_qmp. Signed-off-by: Steve Sistare --- test