]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Prepare BIOS/UEFI when starting a domain
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 3 Jan 2018 07:08:07 +0000 (08:08 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 9 Jan 2018 07:29:51 +0000 (08:29 +0100)
commit058b7fd0fe7a3cd2ab805fb02ecb1bd4cd2a4df5
tree404a5e1755fe1490a067ad448e0b8298e1786d49
parente3088bfd8efe0ec4a3875788aad6d69f48509c2d
qemu: Prepare BIOS/UEFI when starting a domain

https://bugzilla.redhat.com/show_bug.cgi?id=1527740

Users might use a block device as UEFI VAR store. Or even have
OVMF stored there. Therefore, when starting a domain and separate
mount namespace is used, we have to create all the /dev entries
that are configured for the domain.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
src/qemu/qemu_domain.c