[libvirt] [PATCH v2 6/8] qemu: Introduce qemuDomainSecretIV

Daniel P. Berrange berrange at redhat.com
Thu May 5 09:24:54 UTC 2016


On Mon, May 02, 2016 at 05:51:13PM -0400, John Ferlan wrote:
> Add the data structure and infrastructure to support an initialization
> vector (IV) secrets. The IV secret generation will need to have access
> to the domain private master key, so let's make sure the prepare disk
> and hostdev functions can accept that now.
> 
> Anywhere that needs to make a decision over which secret type to use
> in order to fill in or use the IV secret has a switch added.
> 
> Signed-off-by: John Ferlan <jferlan at redhat.com>
> ---
>  src/qemu/qemu_command.c | 42 +++++++++++++++++++++++++++++-------------
>  src/qemu/qemu_domain.c  | 34 +++++++++++++++++++++++++++++++---
>  src/qemu/qemu_domain.h  | 22 +++++++++++++++++++---
>  src/qemu/qemu_hotplug.c |  6 +++---
>  4 files changed, 82 insertions(+), 22 deletions(-)

ACK


Regards,
Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list