Re: [PATCH v2 05/10] qemu: rename: support renaming snapshots directory

2020-11-09 Thread Daniel Henrique Barboza
On 11/3/20 9:00 AM, Nikolay Shirokovskiy wrote: This is basically just saves snapshots metadata on disk after name is changed Extra 'is'. "This basically just saves " in memory as path to domain snapshot directory depends on name. After that old snapshot directory is deleted with

[PATCH v2 05/10] qemu: rename: support renaming snapshots directory

2020-11-03 Thread Nikolay Shirokovskiy
This is basically just saves snapshots metadata on disk after name is changed in memory as path to domain snapshot directory depends on name. After that old snapshot directory is deleted with snapshot metadata files. Signed-off-by: Nikolay Shirokovskiy --- src/qemu/qemu_domain.c | 7 +++