Re: [libvirt] [PATCH 4/4] qemu: Add TLS hotplug for qemuDomainAttachRNGDevice

2016-10-24 Thread Pavel Hrdina
On Fri, Oct 21, 2016 at 10:22:31AM -0400, John Ferlan wrote: > Commit id '2c322378' missed the nuance that the rng backend could be > using a TCP chardev and if TLS is enabled on the host, thus will need > to have the TLS object added. > > Signed-off-by: John Ferlan > --- > src/qemu/qemu_hotplug

[libvirt] [PATCH 4/4] qemu: Add TLS hotplug for qemuDomainAttachRNGDevice

2016-10-21 Thread John Ferlan
Commit id '2c322378' missed the nuance that the rng backend could be using a TCP chardev and if TLS is enabled on the host, thus will need to have the TLS object added. Signed-off-by: John Ferlan --- src/qemu/qemu_hotplug.c | 31 +++ 1 file changed, 27 insertions(+),