On Mon, Sep 30, 2019 at 04:42:45PM +0200, Peter Krempa wrote:
Since commit f105627992e we store whether a snapshot is current
globally
rather than locally in the snapshot object.
This means that we don't have to unset the current snapshot prior to
taking/reverting the snapshot and we can do it only when everything is
done tsuccessfully.
*successfully
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/qemu/qemu_driver.c | 19 -------------------
1 file changed, 19 deletions(-)
Jano