]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Don't use virDomainLiveConfigHelperMethod in virDomainObjGetMetadata
authorPeter Krempa <pkrempa@redhat.com>
Fri, 1 Jul 2016 14:19:58 +0000 (16:19 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 7 Jul 2016 06:57:05 +0000 (08:57 +0200)
commitef881407253be86622ea62aa20d96731999d45a0
tree771caa91ce35137cbe6749358f4ae1692330b269
parentbc472bc2df8ad5be04b02a70062591218b553c82
conf: Don't use virDomainLiveConfigHelperMethod in virDomainObjGetMetadata

Few arguments of the function are not necessary any more which leads to
some cleanups. The 'uri' argument had a stray ATTRIBUTE_UNUSED.
src/bhyve/bhyve_driver.c
src/conf/domain_conf.c
src/conf/domain_conf.h
src/lxc/lxc_driver.c
src/qemu/qemu_driver.c
src/test/test_driver.c