]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virCaps: get rid of defaultDiskDriverName
authorPeter Krempa <pkrempa@redhat.com>
Mon, 11 Mar 2013 09:24:29 +0000 (10:24 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 4 Apr 2013 20:42:38 +0000 (22:42 +0200)
commit9ea249e7d93f177e71f8881d8e7eaf3af23a2c6d
tree8377d71266734473244b2b131afee4115f4dbde3
parent4750c848e95f221e92c7065380ecbd52ffbd54d4
virCaps: get rid of defaultDiskDriverName

This patch removes the defaultDiskDriverName from the virCaps
structure. This particular default value is used only in the qemu driver
so this patch uses the recently added callback to fill the driver name
if it's needed instead of propagating it through virCaps.
13 files changed:
src/conf/capabilities.h
src/conf/domain_conf.c
src/qemu/qemu_conf.c
src/qemu/qemu_conf.h
src/qemu/qemu_domain.c
src/qemu/qemu_driver.c
tests/domainsnapshotxml2xmltest.c
tests/qemuargv2xmltest.c
tests/qemumonitorjsontest.c
tests/qemuxml2argvtest.c
tests/qemuxml2xmltest.c
tests/qemuxmlnstest.c
tests/securityselinuxlabeltest.c