]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virCaps: get rid of "defaultInitPath" value in the virCaps struct
authorPeter Krempa <pkrempa@redhat.com>
Wed, 6 Mar 2013 14:48:06 +0000 (15:48 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 4 Apr 2013 20:42:37 +0000 (22:42 +0200)
commit4750c848e95f221e92c7065380ecbd52ffbd54d4
tree8acc679725b1142d02dc2fa55172c864207c5263
parenta68d6726679323823ee5be47f0144e9ccffa0757
virCaps: get rid of "defaultInitPath" value in the virCaps struct

This gets rid of the parameter in favor of using the new callback
infrastructure to do the same stuff.

This patch implements the domain adjustment callback in the openVZ
driver and moves the check from the parser to a new validation method in
the callback infrastructure.
src/conf/capabilities.h
src/conf/domain_conf.c
src/openvz/openvz_conf.c
src/openvz/openvz_driver.c