]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: node_device: fix up SCSI target
authorBjoern Walk <bwalk@linux.vnet.ibm.com>
Mon, 21 Mar 2016 14:49:29 +0000 (15:49 +0100)
committerCole Robinson <crobinso@redhat.com>
Mon, 21 Mar 2016 16:06:49 +0000 (12:06 -0400)
commita243316ac6ecd76542d4baf9515f398433d9824c
treee66ccf02e07cdb65beb0dd65657e3f1b95a5dceb
parent6ce9b85dee375de371274274ffcab5e91ab0f359
conf: node_device: fix up SCSI target

When reading in an XML definition for a SCSI target device, the name
property of struct scsi_target refers to the @target element.

Let's fix this obvious typo and also extend the XML schema to provide
validation.

Signed-off-by: Bjoern Walk <bwalk@linux.vnet.ibm.com>
docs/schemas/nodedev.rng
src/conf/node_device_conf.c