]> xenbits.xensource.com Git - libvirt.git/commit
nodedev: add <devnode> paths
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 14 Feb 2017 21:04:10 +0000 (01:04 +0400)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 17 Feb 2017 14:47:58 +0000 (15:47 +0100)
commit0809508ed2da6d13cba8a2e1c54602f2652b4c94
tree05e637ccb1cdf70eab6d93d75cf0824add649e01
parent7f6443530723919e1acfb6460a21e52ff17b456b
nodedev: add <devnode> paths

Add new <devnode> top-level <device> element, that list the associated
/dev files. Distinguish the main /dev name from symlinks with a 'type'
attribute of value 'dev' or 'symlink'.

Update a test to check XML schema, and actually add it to the test list
since it was missing.

Signed-off-by: Marc-André Lureau <marcandre.lureau@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_udev.c
tests/nodedevschemadata/storage_serial_3600c0ff000d7a2a5d463ff4902000000.xml
tests/nodedevxml2xmltest.c