Re: [libvirt] [PATCH 1/2] qemu: hotplug: Do not try to add secret object for TLS if it does not exist

2018-07-10 Thread Ján Tomko
On Wed, Jul 04, 2018 at 04:40:55PM +0200, Peter Krempa wrote: The check whether the object holding secret for decryption of the TLS environment was wrong and would always attempt to add the object. This lead to a crash due to recent refactors. Resolves: https://bugzilla.redhat.com/show_bug.cgi?i

[libvirt] [PATCH 1/2] qemu: hotplug: Do not try to add secret object for TLS if it does not exist

2018-07-04 Thread Peter Krempa
The check whether the object holding secret for decryption of the TLS environment was wrong and would always attempt to add the object. This lead to a crash due to recent refactors. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1598015 Signed-off-by: Peter Krempa --- src/qemu/qemu_hotpl