
17 Apr
2018
17 Apr
'18
5:34 a.m.
On 04/11/2018 04:40 PM, Jiri Denemark wrote:
This series changes the way we handle migration parameters and capabilities with several goals:
- make it all consistent and avoid storing the same parameters in several structs - reduce the number of QMP commands we use for setting migration capabilities - concentrate the logic in a separate file and make the code for migration parameters and capabilities in qemu_migration.c less complicated - reset all parameters and capabilities at the end of migration - make adding new parameters and capabilities easier
This perhaps deserves news.xml entry? Michal