Re: [libvirt] [PATCH] qemu: Forbid snapshot names starting with '.'

2013-01-22 Thread Martin Kletzander
On 01/21/2013 10:10 PM, Peter Krempa wrote: Forbid the names to match the loading procedure of snapshots. --- src/qemu/qemu_driver.c | 24 +--- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c index

Re: [libvirt] [PATCH] qemu: Forbid snapshot names starting with '.'

2013-01-22 Thread Peter Krempa
On 01/22/13 11:31, Martin Kletzander wrote: On 01/21/2013 10:10 PM, Peter Krempa wrote: Forbid the names to match the loading procedure of snapshots. --- src/qemu/qemu_driver.c | 24 +--- 1 file changed, 17 insertions(+), 7 deletions(-) I'd change the comment to

[libvirt] [PATCH] qemu: Forbid snapshot names starting with '.'

2013-01-21 Thread Peter Krempa
Forbid the names to match the loading procedure of snapshots. --- src/qemu/qemu_driver.c | 24 +--- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c index 3a54228..8286334 100644 --- a/src/qemu/qemu_driver.c +++