Re: [libvirt] [PATCH] Rename virDomainGetRootFilesystem to virDomainGetFilesystemForTarget

2014-02-20 Thread Daniel P. Berrange
On Thu, Feb 20, 2014 at 06:17:31AM -0700, Eric Blake wrote: > On 12/18/2013 05:22 AM, Daniel P. Berrange wrote: > > Wow, this one has sat for a while. > > > The virDomainGetRootFilesystem method can be generalized to allow > > any filesystem path to be obtained. > > > > While doing this, start a

Re: [libvirt] [PATCH] Rename virDomainGetRootFilesystem to virDomainGetFilesystemForTarget

2014-02-20 Thread Eric Blake
On 12/18/2013 05:22 AM, Daniel P. Berrange wrote: Wow, this one has sat for a while. > 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

[libvirt] [PATCH] Rename virDomainGetRootFilesystem to virDomainGetFilesystemForTarget

2013-12-18 Thread Daniel P. Berrange
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 --- .gitignore

[libvirt] [PATCH] Rename virDomainGetRootFilesystem to virDomainGetFilesystemForTarget

2013-11-19 Thread Daniel P. Berrange
From: "Daniel P. Berrange" 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. Berra