On 11/06/2013 06:56 PM, Peter Krempa wrote:
For some strange reason virDomainDiskSourcePoolDefParse accessed def
of
the disk and allocated the pool object in it. To avoid the need to carry
over the disk definition object, refactor this function to return the
allocated object instead.
---
src/conf/domain_conf.c | 41 ++++++++++++++++++++---------------------
1 file changed, 20 insertions(+), 21 deletions(-)
ACK