Re: [libvirt] [PATCH v3 4/4] qemu: Switch code to use new agent job APIs

2018-06-20 Thread Jiri Denemark
On Wed, Jun 20, 2018 at 10:04:12 +0200, Michal Privoznik wrote: > There are two sets of functions here: > 1) some functions talk on both monitor and agent monitor, > 2) some functions only talk on agent monitor. > > For functions from set 1) we need to use > qemuDomainObjBeginJobWithAgent() and

[libvirt] [PATCH v3 4/4] qemu: Switch code to use new agent job APIs

2018-06-20 Thread Michal Privoznik
There are two sets of functions here: 1) some functions talk on both monitor and agent monitor, 2) some functions only talk on agent monitor. For functions from set 1) we need to use qemuDomainObjBeginJobWithAgent() and for functions from set 2) we need to use qemuDomainObjBeginAgentJob() only.