Re: [libvirt] [PATCHv3 08/26] storage: Move readonly and shared flags to disk source from disk def

2014-06-25 Thread Eric Blake
On 06/25/2014 10:54 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. > --- My immediate reaction is that all backing files are generally re

[libvirt] [PATCHv3 08/26] storage: Move readonly and shared flags to disk source from disk def

2014-06-25 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