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(a)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