]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Introduce virDomainChrTargetDefFormat()
authorAndrea Bolognani <abologna@redhat.com>
Mon, 20 Nov 2017 17:02:56 +0000 (18:02 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 28 Nov 2017 14:46:32 +0000 (15:46 +0100)
commit00b7f81fa8f4e32a722ee2ccbb1862f03be062c0
tree952bdb21853f5095f3c7a325b4d21ec6e72b69cc
parent4fb8ff9987b7e34d331c4af8f573db11579a0e88
conf: Introduce virDomainChrTargetDefFormat()

Move formatting of the <target/> element for char devices out of
virDomainChrDefFormat() and into its own function.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
src/conf/domain_conf.c