Re: [libvirt] [PATCH] conf: add caps to virDomainSnapshotDefFormat

2016-02-05 Thread Daniel P. Berrange
On Thu, Feb 04, 2016 at 10:55:05PM +, Joao Martins wrote: > The virDomainSnapshotDefFormat calls into virDomainDefFormat, > so should be providing a non-NULL virCapsPtr instance. On the > qemu driver we change qemuDomainSnapshotWriteMetadata to also > include caps since it calls

[libvirt] [PATCH] conf: add caps to virDomainSnapshotDefFormat

2016-02-04 Thread Joao Martins
The virDomainSnapshotDefFormat calls into virDomainDefFormat, so should be providing a non-NULL virCapsPtr instance. On the qemu driver we change qemuDomainSnapshotWriteMetadata to also include caps since it calls virDomainSnapshotDefFormat. Signed-off-by: Joao Martins