]> xenbits.xensource.com Git - libvirt.git/commit
conf: use a separate buffer for the subelements of <controller>
authorJán Tomko <jtomko@redhat.com>
Fri, 26 May 2017 15:53:54 +0000 (17:53 +0200)
committerJán Tomko <jtomko@redhat.com>
Mon, 5 Jun 2017 14:13:50 +0000 (16:13 +0200)
commit5b96f37ff46d9e6cbad230bdf426bbdac4f28942
tree65c17b72ad50fe812a5a0792f866e821dcd24453
parentfe262186dccfa5c5cbcfe5ab7eb95195cf3b10f5
conf: use a separate buffer for the subelements of <controller>

We need to decide whether to format <controller> as a single tag
or if it has any subelements.

Rewrite the function to use a separate buffer for subelements,
to make adding new options easier.
src/conf/domain_conf.c