]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Const-correct snapshot directory name
authorEric Blake <eblake@redhat.com>
Tue, 5 Mar 2019 02:25:33 +0000 (20:25 -0600)
committerEric Blake <eblake@redhat.com>
Thu, 7 Mar 2019 22:57:05 +0000 (16:57 -0600)
commit7ff982f0bcc755387651443b9b7650bd3494d24a
tree8920182e4fb2b46e081e3de837a8da55cc7215bc
parent8532ee4a9c1b05fd6f0d3980397e39c2fff4dfa8
qemu: Const-correct snapshot directory name

qemuDomainSnapshotWriteMetadata does not modify the directory name,
and making it const-correct aids in writing an upcoming patch.

Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h