libvirt/docs
Jim Fehlig b494e09d05 docs: schema: make disk driver name attribute optional
/domain/devices/disk/driver/@name is not a required or mandatory
attribute according to formatdomain, and indeed it was agreed on
IRC that the attribute is "optional for input, recommended (but
not required) for output". Currently the schema requires the
attribute, causing virt-xml-validate to fail on disk config where
the driver name is not explicitly specified. E.g.

# cat test.xml | grep -A 5 cdrom
    <disk type='file' device='cdrom'>
      <driver type='raw'/>
      <target dev='hdb' bus='ide'/>
      <readonly/>
      <address type='drive' controller='0' bus='0' target='0' unit='1'/>
    </disk>

# virt-xml-validate test.xml
Relax-NG validity error : Extra element devices in interleave
test.xml:21: element devices: Relax-NG validity error : Element domain failed to validate content
test.xml fails to validate

Relaxing the name attribute to be optional fixes the validation

# virt-xml-validate test.xml
test.xml validates
2017-07-18 11:39:52 -06:00
..
api_extension
devhelp
fonts docs: Add monospaced Overpass fonts 2016-11-21 13:15:12 +01:00
html
internals Fix minor typos 2016-12-02 09:25:13 +01:00
js docs: rewrite content on front page to be more useful 2016-11-11 12:15:05 +00:00
logos docs: add master SVG for libvirt logo 2016-11-11 09:31:10 +00:00
schemas docs: schema: make disk driver name attribute optional 2017-07-18 11:39:52 -06:00
32favicon.png
404.html.in docs: redo style of front page 2016-11-11 12:15:03 +00:00
acl.html.in
aclpolkit.html.in aclpolkit.html.in: Kill useless spaces in <pre/> 2016-11-14 11:03:34 +01:00
api_extension.html.in
api.html.in docs: Rename 'parallels' to 'vz' 2015-08-25 07:21:33 -04:00
apibuild.py Unbreak rebuilding docs with release tarballs 2016-11-07 20:04:28 +01:00
apps.html.in docs: add entry for Ravada to apps page 2017-07-10 16:22:36 +02:00
architecture.fig
architecture.gif
architecture.html.in
auditlog.html.in audit: Audit information about shmem devices 2016-09-12 19:41:43 +02:00
auth.html.in Switch to GSSAPI (kerberos) instead of the insecure DIGEST-MD5 2017-03-15 18:14:51 +00:00
bindings.html.in Point to the new libvirt-go bindings 2016-12-19 10:26:22 +00:00
bugs.html.in
cgroups.html.in cgroups.html.in: Kill useless spaces in <pre/> 2016-11-14 11:03:34 +01:00
compiling.html.in compiling.html.in: Kill useless spaces in <pre/> 2016-11-14 11:03:34 +01:00
contact.html.in docs: add some improved styling to contact page 2016-11-11 12:15:06 +00:00
contribute.html.in docs: Point to hacking.html from contribute.html 2017-06-26 14:19:12 +02:00
csharp.html.in
devguide.html.in devguide.html.in: Kill useless spaces in <pre/> 2016-11-14 11:03:34 +01:00
docs.html.in Point to the new libvirt-go bindings 2016-12-19 10:26:22 +00:00
downloads.html.in docs: add entry to download table listing the Rust language binding 2017-07-05 13:12:22 +01:00
drivers.html.in docs: Provide a nodedev driver stub documentation 2017-04-26 15:56:11 +02:00
drvbhyve.html.in docs: Document bhyve's vgaconf support 2017-06-29 16:43:37 +04:00
drvesx.html.in drvesx.html.in: Kill useless spaces in <pre/> 2016-11-14 11:03:34 +01:00
drvhyperv.html.in hyperv: update driver documentation. 2017-04-08 15:55:07 +02:00
drvlxc.html.in drvlxc.html.in: Kill useless spaces in <pre/> 2016-11-14 11:03:34 +01:00
drvnodedev.html.in docs: Document the mediated devices within the nodedev driver 2017-05-18 12:21:55 +02:00
drvopenvz.html.in
drvphyp.html.in
drvqemu.html.in qemu: really remove last traces of Xenner support 2015-11-10 10:38:15 +00:00
drvremote.html.in
drvtest.html.in
drvuml.html.in
drvvbox.html.in
drvvirtuozzo.html.in Rename page about vz driver 2015-08-25 07:36:37 -04:00
drvvmware.html.in
drvxen.html.in
errors.html.in
firewall.html.in
format.html.in format.html.in: Kill useless spaces in <pre/> 2016-11-14 11:03:34 +01:00
formatcaps.html.in Fix minor typos 2017-04-24 14:40:00 +02:00
formatdomain.html.in docs: formatdomain: Tweak disk discard= docs 2017-07-15 13:09:53 -04:00
formatdomaincaps.html.in domain_capabilities: Don't report machine type for bhyve 2017-03-22 09:40:17 +01:00
formatnetwork.html.in docs: Update pointer to networking information 2017-05-22 13:22:32 +02:00
formatnode.html.in virsh: nodedev: ability to filter CCW capabilities 2017-05-26 10:44:05 -04:00
formatnwfilter.html.in doc: fix writing of QEMU 2017-03-08 17:33:07 +01:00
formatsecret.html.in formatsecret.html.in: Kill useless spaces in <pre/> 2016-11-14 11:03:34 +01:00
formatsnapshot.html.in qemu: Store save cookie in save images and snapshots 2017-06-07 13:36:02 +02:00
formatstorage.html.in storage: use 0711 as the default perms for dirs 2017-05-15 12:09:24 +01:00
formatstorageencryption.html.in formatstorageencryption.html.in: Kill useless spaces in <pre/> 2016-11-14 11:03:34 +01:00
genaclperms.pl
generic.css docs: Use Overpass Mono as the monospace font 2016-11-21 14:04:05 +01:00
goals.html.in
governance.html.in
hacking.html.in hacking: Improve 'git send-email' documentation 2017-06-26 07:12:43 +02:00
hooks.html.in libxl: add hooks support 2016-08-02 14:20:31 +02:00
hvsupport.pl docs: remove navigation sidebar from pages 2016-11-11 12:15:06 +00:00
index.html.in docs: link to news file and other resources 2016-12-19 10:58:55 +00:00
index.py
internals.html.in docs: Document our event loop 2016-06-06 17:35:44 +02:00
java.html.in
libvirt-daemon-arch.fig
libvirt-daemon-arch.png
libvirt-driver-arch.fig
libvirt-driver-arch.png
libvirt-object-model.fig
libvirt-object-model.png
libvirt-virConnect-example.fig
libvirt-virConnect-example.png
libvirt.css docs: remove navigation sidebar from pages 2016-11-11 12:15:06 +00:00
locking-lockd.html.in locking-lockd.html.in: Kill useless spaces in <pre/> 2016-11-14 11:03:34 +01:00
locking-sanlock.html.in locking-sanlock.html.in: Kill useless spaces in <pre/> 2016-11-14 11:03:34 +01:00
locking.html.in docs: Use <code> inside <dt> for symbols 2016-04-22 10:36:14 +02:00
logging.html.in logging.html.in: Kill useless spaces in <pre/> 2016-11-14 11:03:34 +01:00
main.css docs: use overpass font for website 2016-11-11 09:31:10 +00:00
Makefile.am HACKING: Drop from the git repository 2017-06-26 14:25:54 +02:00
migration-managed-direct.fig
migration-managed-direct.png
migration-managed-p2p.fig
migration-managed-p2p.png
migration-native.fig
migration-native.png
migration-tunnel.fig
migration-tunnel.png
migration-unmanaged-direct.fig
migration-unmanaged-direct.png
migration.html.in migration.html.in: Kill useless spaces in <pre/> 2016-11-14 11:03:34 +01:00
newapi.xsl
news-2005.html.in NEWS: Split releases by year 2015-10-20 17:29:03 +02:00
news-2006.html.in NEWS: Split releases by year 2015-10-20 17:29:03 +02:00
news-2007.html.in NEWS: Split releases by year 2015-10-20 17:29:03 +02:00
news-2008.html.in NEWS: Split releases by year 2015-10-20 17:29:03 +02:00
news-2009.html.in NEWS: Split releases by year 2015-10-20 17:29:03 +02:00
news-2010.html.in NEWS: Split releases by year 2015-10-20 17:29:03 +02:00
news-2011.html.in NEWS: Split releases by year 2015-10-20 17:29:03 +02:00
news-2012.html.in NEWS: Split releases by year 2015-10-20 17:29:03 +02:00
news-2013.html.in NEWS: Split releases by year 2015-10-20 17:29:03 +02:00
news-2014.html.in NEWS: Split releases by year 2015-10-20 17:29:03 +02:00
news-2015.html.in NEWS: Don't prefix version numbers with 'v' 2016-01-18 10:53:22 +01:00
news-2016.html.in NEWS: Archive 2016 releases 2016-11-22 14:05:24 +01:00
news-ascii.xsl NEWS: Improve building pipeline 2017-01-10 19:37:53 +01:00
news-html.xsl news: Allow empty <section> elements 2017-04-03 10:49:42 +02:00
news.rng docs: Move news.rng out of docs/schemas 2017-04-05 09:51:51 +02:00
news.xml news: Update for hostdev isolation 2017-07-18 09:00:13 +02:00
node.fig
node.gif
nss.html.in docs: Fix libvirt_guest nss module name 2017-01-13 11:41:11 +01:00
page.xsl docs: Use href_base in absolute links 2017-01-04 15:10:06 +01:00
php.html.in docs: php: remove reference to Red Hat 2015-06-04 10:00:59 +02:00
python.html.in
reformat-news.py NEWS: Reformat at generation time 2017-01-10 19:37:55 +01:00
remote.html.in docs: Utilize our XSLT list generating template more 2017-04-24 12:37:37 +02:00
search.php.code.in docs: Properly quote self uri in search.php 2017-07-10 13:44:00 +02:00
search.php.in docs: redo style of front page 2016-11-11 12:15:03 +00:00
secureusage.html.in
securityprocess.html.in
site.xsl
storage.html.in docs: Utilize our XSLT list generating template more 2017-04-24 12:37:37 +02:00
structures.fig
subsite.xsl
testapi.html.in
testsuites.html.in
testtck.html.in
uri.html.in
virshcmdref.html.in
windows.html.in
wrapstring.xsl