]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: Introduce virNVMeDevice module
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 6 Jun 2019 09:57:23 +0000 (11:57 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 17 Dec 2019 09:04:43 +0000 (10:04 +0100)
commitb1e19ca36d98b7593ed600102e137640b888803e
treed580bc00490588ac7fe17a5061fa375e0d598edb
parentabd7c4c746d627309b43a6a106f1d7ba37a75cd7
util: Introduce virNVMeDevice module

This module will be used by virHostdevManager and it's inspired
by virPCIDevice module. They are very similar except instead of
what makes a NVMe device: PCI address AND namespace ID. This
means that a NVMe device can appear in a domain multiple times,
each time with a different namespace.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Cole Robinson <crobinso@redhat.com>
po/POTFILES.in
src/libvirt_private.syms
src/util/Makefile.inc.am
src/util/virnvme.c [new file with mode: 0644]
src/util/virnvme.h [new file with mode: 0644]