]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Split out domain features formatting from virDomainDefFormatInternal
authorPeter Krempa <pkrempa@redhat.com>
Tue, 5 Mar 2019 12:01:26 +0000 (13:01 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 6 Mar 2019 14:53:52 +0000 (15:53 +0100)
commitc3878c94f4a022fa1f5df5076481cbf90ccf00dc
treed85f232b66a46fd237613d034da07da8470926d0
parenta0585301cd98ab9d61020d592fc1457c57342811
conf: Split out domain features formatting from virDomainDefFormatInternal

Pure code motion of code for formatting domain features to a function
called virDomainDefFormatFeatures. Best viewed with the '--patience'
option for git show.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/conf/domain_conf.c