]> git.ipfire.org Git - thirdparty/libvirt.git/commit
nodedev: add drm capability
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 14 Feb 2017 21:04:12 +0000 (01:04 +0400)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 17 Feb 2017 14:47:58 +0000 (15:47 +0100)
commit7f1bdec5fa0a0cd258116f6ebb556362365a5598
tree9960d20dfc798f6c78bb471b2c26a846baa5cd1c
parent14a3e7ab5c46945d0b5b83e9c8370738314acbe2
nodedev: add drm capability

Add a new 'drm' capability for Direct Rendering Manager (DRM) devices,
providing device type information.

Teach the udev backend to populate those devices.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
docs/formatnode.html.in
docs/schemas/nodedev.rng
src/conf/node_device_conf.c
src/conf/node_device_conf.h
src/node_device/node_device_driver.c
src/node_device/node_device_udev.c
tests/nodedevschemadata/drm_renderD129.xml [new file with mode: 0644]
tests/nodedevxml2xmltest.c