Re: [libvirt] [PATCH v2 00/73] qemu: Refactor migration parameters

2018-04-17 Thread Jiri Denemark
On Tue, Apr 17, 2018 at 11:34:25 +0200, Michal Privoznik wrote: > 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 > >

Re: [libvirt] [PATCH v2 00/73] qemu: Refactor migration parameters

2018-04-17 Thread Michal Privoznik
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

[libvirt] [PATCH v2 00/73] qemu: Refactor migration parameters

2018-04-11 Thread Jiri Denemark
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