Re: [PATCH v2 06/10] qemu: rename: support renaming checkpoints directory

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

[PATCH v2 06/10] qemu: rename: support renaming checkpoints directory

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