]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Rename virDomainGetRootFilesystem to virDomainGetFilesystemForTarget
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 12 Nov 2013 11:57:56 +0000 (11:57 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 20 Feb 2014 15:50:46 +0000 (15:50 +0000)
commit432a3fee3b547cb403e16399a16a2c361f73831b
tree77bac69dcc508de0d5a22700d5fba77960788b98
parent590029f67251751acbc65ecd52609b407db7b7c5
Rename virDomainGetRootFilesystem to virDomainGetFilesystemForTarget

The virDomainGetRootFilesystem method can be generalized to allow
any filesystem path to be obtained.

While doing this, start a new test case for purpose of testing various
helper methods in the domain_conf.{c,h} files, such as this one.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
.gitignore
src/conf/domain_conf.c
src/conf/domain_conf.h
src/libvirt_private.syms
src/lxc/lxc_container.c
src/lxc/lxc_process.c
tests/Makefile.am
tests/domainconfdata/getfilesystem.xml [new file with mode: 0644]
tests/domainconftest.c [new file with mode: 0644]
tests/testutils.c
tests/testutils.h