]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Add support for blkiotune "_length" options
authorJohn Ferlan <jferlan@redhat.com>
Mon, 19 Sep 2016 10:41:05 +0000 (06:41 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 25 Oct 2016 21:20:17 +0000 (17:20 -0400)
commit8dcf3559739025fc97b17c1868ccff162cb92658
treeb995356532d83b7ce9b2e7bf1c0982bd642a3328
parent223438a245f34ca12f8159fa0b68132cb9c80f0f
conf: Add support for blkiotune "_length" options

Modify _virDomainBlockIoTuneInfo and rng schema to support the _length
options for bps/iops throttling values. Document the new values.
docs/formatdomain.html.in
docs/schemas/domaincommon.rng
src/conf/domain_conf.c
tests/qemuxml2argvdata/qemuxml2argv-blkdeviotune-max-length.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-blkdeviotune-max-length.xml [new symlink]
tests/qemuxml2xmltest.c