Re: [libvirt] [PATCHv5 06/28] storage: Move readonly and shared flags to disk source from disk def

2014-07-07 Thread Eric Blake
On 07/04/2014 05:29 AM, Peter Krempa wrote: > In the future we might need to track state of individual images. Move > the readonly and shared flags to the virStorageSource struct so that we > can keep them in a per-image basis. > --- Mostly mechanical. ACK -- Eric Blake eblake redhat com+1

[libvirt] [PATCHv5 06/28] storage: Move readonly and shared flags to disk source from disk def

2014-07-04 Thread Peter Krempa
In the future we might need to track state of individual images. Move the readonly and shared flags to the virStorageSource struct so that we can keep them in a per-image basis. --- src/conf/domain_conf.c | 18 ++ src/conf/domain_conf.h | 2 -- src/libxl/libxl_co