Yichen Wang <yichen.w...@bytedance.com> writes: > From: Hao Xiang <hao.xi...@linux.dev> > > * Add test case to start and complete multifd live migration with DSA > offloading enabled. > * Add test case to start and cancel multifd live migration with DSA > offloading enabled. > > Signed-off-by: Bryan Zhang <bryan.zh...@bytedance.com> > Signed-off-by: Hao Xiang <hao.xi...@linux.dev> > Signed-off-by: Yichen Wang <yichen.w...@bytedance.com> > ---
Alright, we should figure out eventually what to do with tests that call test_migrate_start|end more than once regarding the hooks. I propose we should stop setting capabilities within hooks and have a separate mechanism that can take a list of key=value entries as part of MigrateCommon and set all the capabilities at once. The hooks could probably be phased out then. This is too much work for now, it would be better if those changes came from QMP/QEMU first and the tests then followed. Doing it the other way around will result in a mess of macros. Reviewed-by: Fabiano Rosas <faro...@suse.de>