Re: [libvirt] [PATCH v2 02/14] qemu: Introduce qemuDomainSecretMigratePrepare

2017-02-24 Thread John Ferlan
On 02/24/2017 12:08 PM, Jiri Denemark wrote: > On Thu, Feb 23, 2017 at 13:42:04 -0500, John Ferlan wrote: >> Introduce API to Prepare a qemuDomainSecretInfoPtr to be >> used with a migrate or nbd TLS object >> >> Also alter the error message in ChardevPrepare when UUIDParse fails >> to be

Re: [libvirt] [PATCH v2 02/14] qemu: Introduce qemuDomainSecretMigratePrepare

2017-02-24 Thread Jiri Denemark
On Thu, Feb 23, 2017 at 13:42:04 -0500, John Ferlan wrote: > Introduce API to Prepare a qemuDomainSecretInfoPtr to be > used with a migrate or nbd TLS object > > Also alter the error message in ChardevPrepare when UUIDParse fails > to be consistent with the message for MigratePrepare > >

[libvirt] [PATCH v2 02/14] qemu: Introduce qemuDomainSecretMigratePrepare

2017-02-23 Thread John Ferlan
Introduce API to Prepare a qemuDomainSecretInfoPtr to be used with a migrate or nbd TLS object Also alter the error message in ChardevPrepare when UUIDParse fails to be consistent with the message for MigratePrepare Signed-off-by: John Ferlan --- src/qemu/qemu_domain.c | 48