Re: [libvirt] [PATCH 3/3] util: storagefile: Track whether a virStorageSource was auto-detected

2017-10-17 Thread John Ferlan
On 10/12/2017 03:13 PM, Peter Krempa wrote: > When formatting an inactive or migratable XML we will need to suppress > backing chain members which were detected from the disk to keep > semantics straight. This means we need to record, whether a > virStorageSource originates from autodetection. >

[libvirt] [PATCH 3/3] util: storagefile: Track whether a virStorageSource was auto-detected

2017-10-12 Thread Peter Krempa
When formatting an inactive or migratable XML we will need to suppress backing chain members which were detected from the disk to keep semantics straight. This means we need to record, whether a virStorageSource originates from autodetection. --- src/util/virstoragefile.c | 3 +++ src/util/virstor