Re: [libvirt] [PATCHv4 7/7] interface: implement a test driver for network config transaction API.

2011-05-27 Thread Daniel P. Berrange
On Thu, May 26, 2011 at 12:17:45PM -0400, Laine Stump wrote: > From: Michal Privoznik > > Changes from previous version: > > 1) don't print extra/incorrect error on format failure. > 2) use cleanup: instead of no_memory: and end: > 3) always clear out the destination list at the start. > 4) remo

[libvirt] [PATCHv4 7/7] interface: implement a test driver for network config transaction API.

2011-05-26 Thread Laine Stump
From: Michal Privoznik Changes from previous version: 1) don't print extra/incorrect error on format failure. 2) use cleanup: instead of no_memory: and end: 3) always clear out the destination list at the start. 4) remove bogus "conn->ref++" --- src/conf/interface_conf.c | 38