Re: [PATCH 07/18] qemuDomainSecretHostdevDestroy: Don't clear secinfo alias

2020-07-15 Thread Ján Tomko
On a Friday in 2020, Peter Krempa wrote: We need the alias to deal with hot-unplug of the hostdev. Use qemuDomainSecretInfoDestroy which clears only the secrets and not the alias. The same function is used also for handling disk secrets. Signed-off-by: Peter Krempa --- src/qemu/qemu_domain.c |

[PATCH 07/18] qemuDomainSecretHostdevDestroy: Don't clear secinfo alias

2020-07-10 Thread Peter Krempa
We need the alias to deal with hot-unplug of the hostdev. Use qemuDomainSecretInfoDestroy which clears only the secrets and not the alias. The same function is used also for handling disk secrets. Signed-off-by: Peter Krempa --- src/qemu/qemu_domain.c | 4 ++-- 1 file changed, 2 insertions(+), 2