]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Alter the qemuDomainGetSecretAESAlias to add new arg
authorJohn Ferlan <jferlan@redhat.com>
Fri, 24 Jun 2016 19:31:57 +0000 (15:31 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 19 Jul 2016 13:40:10 +0000 (09:40 -0400)
commitb7b3a51e8ab7c95b7ffab6b8d727338d71c37c55
tree1db978134fce446c2939bebd52d006d7f8cd231a
parentfceeeda2115bcb86b992c4add38704a886c099c8
qemu: Alter the qemuDomainGetSecretAESAlias to add new arg

Soon we will be adding luks encryption support. Since a volume could require
both a luks secret and a secret to give to the server to use of the device,
alter the alias generation to create a slightly different alias so that
we don't have two objects with the same alias.

Signed-off-by: John Ferlan <jferlan@redhat.com>
src/qemu/qemu_alias.c
src/qemu/qemu_alias.h
src/qemu/qemu_domain.c
src/qemu/qemu_hotplug.c