Re: [libvirt] [PATCH v2 04/14] qemu: Refactor hotplug to introduce qemuDomain{Add|Del}TLSObjects

2017-02-27 Thread John Ferlan
On 02/27/2017 04:41 AM, Jiri Denemark wrote: > On Thu, Feb 23, 2017 at 13:42:06 -0500, John Ferlan wrote: >> Refactor the TLS object adding code to make two separate API's that will >> handle the add/remove of the "secret" and "tls-creds-x509" objects including >> the Enter/Exit monitor

Re: [libvirt] [PATCH v2 04/14] qemu: Refactor hotplug to introduce qemuDomain{Add|Del}TLSObjects

2017-02-27 Thread Jiri Denemark
On Thu, Feb 23, 2017 at 13:42:06 -0500, John Ferlan wrote: > Refactor the TLS object adding code to make two separate API's that will > handle the add/remove of the "secret" and "tls-creds-x509" objects including > the Enter/Exit monitor commands. > > Signed-off-by: John Ferlan

[libvirt] [PATCH v2 04/14] qemu: Refactor hotplug to introduce qemuDomain{Add|Del}TLSObjects

2017-02-23 Thread John Ferlan
Refactor the TLS object adding code to make two separate API's that will handle the add/remove of the "secret" and "tls-creds-x509" objects including the Enter/Exit monitor commands. Signed-off-by: John Ferlan --- src/qemu/qemu_hotplug.c | 165