]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Escape external snapshot names containing comma
authorEric Blake <eblake@redhat.com>
Wed, 13 Feb 2019 04:18:15 +0000 (22:18 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 13 Feb 2019 22:36:05 +0000 (16:36 -0600)
commit174309a1f8499b928fa62b8c5b2326485bd66496
treec9f2399b6e371a2949f1c423a7a8cd7dae256364
parent2c48e84b7566eab1676400d73a7934f93a7ec831
qemu: Escape external snapshot names containing comma

The code for creating external snapshots for an offline domain
called out to qemu-img without escaping commas in the manner
that qemu-img expects. This also fixes a typo in the comment.

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