qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH for-3.2 v3 1/3] block/snapshot.c: eliminate use


From: Kevin Wolf
Subject: Re: [Qemu-devel] [PATCH for-3.2 v3 1/3] block/snapshot.c: eliminate use of ID input in snapshot operations
Date: Fri, 15 Feb 2019 17:34:31 +0100
User-agent: Mutt/1.10.1 (2018-07-13)

Am 15.02.2019 um 17:21 hat Eric Blake geschrieben:
> On 11/7/18 7:09 AM, Daniel Henrique Barboza wrote:
> > At this moment, QEMU attempts to create/load/delete snapshots
> > by using either an ID (id_str) or a name. The problem is that the code
> > isn't consistent of whether the entered argument is an ID or a name,
> > causing unexpected behaviors.
> > 
> 
> >  STEXI
> > address@hidden savevm address@hidden|@var{id}]
> > address@hidden savevm @var{tag}
> >  @findex savevm
> >  Create a snapshot of the whole virtual machine. If @var{tag} is
> >  provided, it is used as human readable identifier. If there is already
> > -a snapshot with the same tag or ID, it is replaced. More info at
> > +a snapshot with the same tag, it is replaced. More info at
> >  @ref{vm_snapshots}.
> > +
> > +Since 3.2, savevm stopped allowing the snapshot id to be set, accepting
> 
> s/3.2/4.0/
> 
> > +only @var{tag} as parameter.
> 
> > +Since 3.2, delvm stopped deleting snapshots by snapshot id, accepting
> > +only @var{tag} as parameter.
> 
> and again

Sorry, I should have mentioned that I changed this while applying.

Kevin

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]