Pavel Hrdina <phrd...@redhat.com> writes: > This patch series convert the savevm command into qapi and introduce QMP > command vm-snapshot-save. > It also rewrite error report for functions used by this command. > > The last patch introduce new functionality of savevm that you cannot override > existing snapshot without using 'force' parameter. > > If non-blocking behaviour of this command is required and we cannot wait > until live snapshots will be finished, I could improve this basic command > to be non-blocking.
I had a couple of questions, but the code looks generally solid. The most serious question is about the design of the QMP command. We need to reach consensus there before we can make further progress.