On 03/19/2014 11:20 AM, Eric Blake wrote:
I still have quite a bit of work to consolidate util/virStorageFile,
conf/snapshot_conf.c, and the new struct in this series to all share
the same common struct (basically, moving the struct created in
this series over to util). But by refactoring the most common
accesses to go through functions instead of direct field access,
I've limited the amount of code that is actually impacted by
using the new struct. In general, this series should not be
changing any behavior.
In case I don't get finished with the last patch today: ACK on 01
through 17, except for the two potential memory leaks in patch 15.
I'm going through 18 right now.