]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Prepare hostdevs when starting a domain
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 15 Nov 2016 13:37:52 +0000 (14:37 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 15 Dec 2016 08:25:16 +0000 (09:25 +0100)
commit73267cec46e08e74f6297c44b8f47c68180b3712
treeda663805f81d392510e14ecead898863e1954dd7
parent054202d02062c313e01e6c8b0084b91a738d13aa
qemu: Prepare hostdevs when starting a domain

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>
src/qemu/qemu_domain.c