]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Split out the master key create and write
authorJohn Ferlan <jferlan@redhat.com>
Mon, 2 May 2016 17:11:24 +0000 (13:11 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 5 May 2016 18:47:50 +0000 (14:47 -0400)
commit608dfc6af07b367291ba3ef3bacf8c2a01b89a4a
tree5cde727963739bb21d9e2e1528d22b3e6e232ac5
parent70ae856e349d285832d2d41188ff0538ef321129
qemu: Split out the master key create and write

A recent review of related changes noted that we should split the creation
(or generation) of the master key into the qemuProcessPrepareDomain and leave
the writing of the master key for qemuProcessPrepareHost.

Made the adjustment and modified some comments to functions that have
changed calling parameters, but didn't change the intro doc.

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