]> xenbits.xensource.com Git - libvirt.git/commit
nodedev: Introduce new drm cap
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 17 Feb 2017 15:09:15 +0000 (16:09 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 17 Feb 2017 15:09:15 +0000 (16:09 +0100)
commit78c018693b4090a5ae9716276ed2ac60da4814ef
tree7a56f4424946d41af6e6a43569f64c5d81a740cd
parente5bda10141e677a749e4e6fb98b03c2378804a5f
nodedev: Introduce new drm cap

After 7f1bdec5fa0a0cd25 our nodedev driver is capable of
determining DRM devices (DRM stands for Direct Render Manager not
Digital rights management). There is still one bit missing
though: virConnectListAllNodeDevices() is capable of listing
either all devices or just those with specified capability. Well,
DRM capability is missing there.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
include/libvirt/libvirt-nodedev.h
src/conf/node_device_conf.c
src/conf/node_device_conf.h
src/libvirt-nodedev.c
tools/virsh-nodedev.c
tools/virsh.pod