Re: [Qemu-devel] [PATCH 3/3] savevm: prevent snapshot overwriting and generate a default name

2010-08-02 Thread Chris Lalancette
On 07/30/10 - 10:43:01AM, Luiz Capitulino wrote: > On Fri, 30 Jul 2010 11:34:57 +0200 > Markus Armbruster wrote: > > > Miguel Di Ciurcio Filho writes: > > > > > This patch address two issues. > > > > > > 1) When savevm is run using an previously saved snapshot id or name, it > > > will > > > d

Re: [Qemu-devel] [PATCH 3/3] savevm: prevent snapshot overwriting and generate a default name

2010-07-30 Thread Luiz Capitulino
On Fri, 30 Jul 2010 16:43:09 +0200 Markus Armbruster wrote: > Luiz Capitulino writes: > > > On Fri, 30 Jul 2010 11:34:57 +0200 > > Markus Armbruster wrote: > > > >> Miguel Di Ciurcio Filho writes: > >> > >> > This patch address two issues. > >> > > >> > 1) When savevm is run using an previou

Re: [Qemu-devel] [PATCH 3/3] savevm: prevent snapshot overwriting and generate a default name

2010-07-30 Thread Markus Armbruster
Luiz Capitulino writes: > On Fri, 30 Jul 2010 11:34:57 +0200 > Markus Armbruster wrote: > >> Miguel Di Ciurcio Filho writes: >> >> > This patch address two issues. >> > >> > 1) When savevm is run using an previously saved snapshot id or name, it >> > will >> > delete the original and create a

Re: [Qemu-devel] [PATCH 3/3] savevm: prevent snapshot overwriting and generate a default name

2010-07-30 Thread Luiz Capitulino
On Fri, 30 Jul 2010 11:34:57 +0200 Markus Armbruster wrote: > Miguel Di Ciurcio Filho writes: > > > This patch address two issues. > > > > 1) When savevm is run using an previously saved snapshot id or name, it will > > delete the original and create a new one, using the same id and name and no

Re: [Qemu-devel] [PATCH 3/3] savevm: prevent snapshot overwriting and generate a default name

2010-07-30 Thread Markus Armbruster
Miguel Di Ciurcio Filho writes: > This patch address two issues. > > 1) When savevm is run using an previously saved snapshot id or name, it will > delete the original and create a new one, using the same id and name and not > prompting the user of what just happened. > > This behaviour is not go

[Qemu-devel] [PATCH 3/3] savevm: prevent snapshot overwriting and generate a default name

2010-07-28 Thread Miguel Di Ciurcio Filho
This patch address two issues. 1) When savevm is run using an previously saved snapshot id or name, it will delete the original and create a new one, using the same id and name and not prompting the user of what just happened. This behaviour is not good, IMHO. We add a '-f' parameter to savevm,