Re: [libvirt] [PATCH] Refactor storage XML parsing to be consistent with domain/network conf.

2009-06-22 Thread Cole Robinson
Cole Robinson wrote: On 06/19/2009 01:09 PM, Daniel P. Berrange wrote: On Fri, Jun 19, 2009 at 12:37:11PM -0400, Cole Robinson wrote: The storage driver arranges its parsing routines in a way that make them difficult to use in the test driver for non-default file parsing. This refactoring

Re: [libvirt] [PATCH] Refactor storage XML parsing to be consistent with domain/network conf.

2009-06-19 Thread Daniel P. Berrange
On Fri, Jun 19, 2009 at 12:37:11PM -0400, Cole Robinson wrote: The storage driver arranges its parsing routines in a way that make them difficult to use in the test driver for non-default file parsing. This refactoring moves things to be consistent with the way domain_conf and network_conf do

Re: [libvirt] [PATCH] Refactor storage XML parsing to be consistent with domain/network conf.

2009-06-19 Thread Cole Robinson
On 06/19/2009 01:09 PM, Daniel P. Berrange wrote: On Fri, Jun 19, 2009 at 12:37:11PM -0400, Cole Robinson wrote: The storage driver arranges its parsing routines in a way that make them difficult to use in the test driver for non-default file parsing. This refactoring moves things to be