Re: [libvirt] [PATCH v2 13/73] qemu: Store original migration params in job

2018-04-15 Thread Ján Tomko
On Wed, Apr 11, 2018 at 04:41:03PM +0200, Jiri Denemark wrote: Any job which touches migration parameters will first store their original values (i.e., QEMU defaults) to qemuDomainJobObj to make it easier to reset them back once the job finishes. Signed-off-by: Jiri Denemark

[libvirt] [PATCH v2 13/73] qemu: Store original migration params in job

2018-04-11 Thread Jiri Denemark
Any job which touches migration parameters will first store their original values (i.e., QEMU defaults) to qemuDomainJobObj to make it easier to reset them back once the job finishes. Signed-off-by: Jiri Denemark --- src/qemu/qemu_domain.c | 3 +++