Re: [libvirt] [PATCH v3 17/18] qemu: Const-correct snapshot directory name

2019-03-07 Thread John Ferlan
On 3/4/19 10:34 PM, Eric Blake wrote: > qemuDomainSnapshotWriteMetadata does not modify the directory name, > and making it const-correct aids in writing an upcoming patch. > > Signed-off-by: Eric Blake > --- > src/qemu/qemu_domain.h | 2 +- > src/qemu/qemu_domain.c | 2 +- > 2 files changed,

[libvirt] [PATCH v3 17/18] qemu: Const-correct snapshot directory name

2019-03-04 Thread Eric Blake
qemuDomainSnapshotWriteMetadata does not modify the directory name, and making it const-correct aids in writing an upcoming patch. Signed-off-by: Eric Blake --- src/qemu/qemu_domain.h | 2 +- src/qemu/qemu_domain.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qemu/q