
26 Oct
2016
26 Oct
'16
10:34 a.m.
On Mon, Oct 24, 2016 at 06:46:21PM -0400, John Ferlan wrote:
https://bugzilla.redhat.com/show_bug.cgi?id=1300776
Complete the implementation of support for TLS encryption on chardev TCP transports by adding the hotplug ability of a secret to generate the passwordid for the TLS object for chrdev, RNG, and redirdev.
Likewise, add the ability to hot unplug that secret object as well
Signed-off-by: John Ferlan <jferlan@redhat.com> --- src/qemu/qemu_driver.c | 6 +- src/qemu/qemu_hotplug.c | 148 ++++++++++++++++++++++++++++++++++++++++++------ src/qemu/qemu_hotplug.h | 9 ++- tests/qemuhotplugtest.c | 2 +- 4 files changed, 141 insertions(+), 24 deletions(-)
ACK with the ordering fixed. Pavel