]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Use a separate buffer for <input> subelements
authorJán Tomko <jtomko@redhat.com>
Mon, 8 Aug 2016 13:38:20 +0000 (15:38 +0200)
committerJán Tomko <jtomko@redhat.com>
Wed, 26 Apr 2017 14:29:38 +0000 (16:29 +0200)
commit51219e11b8c57c7a9755eedd72986269b78ccfb7
tree8985d7db9791487fbb30450c0aad4e3c43c9f4cf
parenta94d431dc46070034de7798f572dc1d257542a50
Use a separate buffer for <input> subelements

Instead of figuring out upfront whether <input> will be a single
or a pair element, format the subelements into a separate buffer
and close <input/> early if this buffer is empty.
src/conf/domain_conf.c