]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Create NVMe disk in domain namespace
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 21 Jun 2019 13:28:24 +0000 (15:28 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 17 Dec 2019 09:04:43 +0000 (10:04 +0100)
commita80ebd2a2a8afa3b85c0d207d5500af6dd28f95d
tree851ed3134ceca2625276018d982ca91ff463f7ab
parentd3f06dcdb5a475a6e97fa78f23b3adf845dbe1cf
qemu: Create NVMe disk in domain namespace

If a domain has an NVMe disk configured, then we need to create
/dev/vfio/* paths in domain's namespace so that qemu can open
them.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Cole Robinson <crobinso@redhat.com>
src/qemu/qemu_domain.c