]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: process: Setup disk secrets when preparing disks
authorPeter Krempa <pkrempa@redhat.com>
Wed, 8 Nov 2017 20:11:47 +0000 (21:11 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 13 Nov 2017 12:29:58 +0000 (13:29 +0100)
commitacc15025edc3f670187b40559477159c6c81ea7d
tree1ff42f6b68c92e9893d17c5f0ca4033b39fdc31d
parent2c82fddca93ea83736260a5a90040fb5fa391e9a
qemu: process: Setup disk secrets when preparing disks

Setup everything related to disks in one place rather than calling in
from various places.

The change to ordering of the setup steps is necessary since secrets
need the master key to be present.
src/qemu/qemu_domain.c
src/qemu/qemu_process.c