Re: [libvirt] [PATCH 4/4] qemu: process: Setup disk secrets when preparing disks

2017-11-09 Thread John Ferlan
On 11/09/2017 07:20 AM, Peter Krempa wrote: > 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 | 5 + >

[libvirt] [PATCH 4/4] qemu: process: Setup disk secrets when preparing disks

2017-11-09 Thread Peter Krempa
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 | 5 + src/qemu/qemu_process.c | 14 +- 2 files changed,