]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Add a formatting macro for all the blkiotune values
authorJohn Ferlan <jferlan@redhat.com>
Mon, 19 Sep 2016 12:27:24 +0000 (08:27 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 5 Oct 2016 22:53:55 +0000 (18:53 -0400)
commitc7d3cf2e3ba73e6e3eee36bd1d6ca2eed1fedc55
treee9ea26e8f30c00271684f289a2fcad80db24333d
parent85f05f66f4961ac274e5d20f2c0d9663851acadf
conf: Add a formatting macro for all the blkiotune values

Rather than copy-paste - use a macro

Unfortunately due to how the RNG schema was written keeping the 'value'
and 'value'_max next to each other in the XML causes a schema failure,
so the FORMAT has to write out singly rather than optimizing to write
out both values at once

Signed-off-by: John Ferlan <jferlan@redhat.com>
src/conf/domain_conf.c