From: Kevin Wolf <kwolf@redhat.com>
To: Eric Blake <eblake@redhat.com>
Cc: Daniel Henrique Barboza <danielhb413@gmail.com>,
qemu-devel@nongnu.org, armbru@redhat.com, dgilbert@redhat.com,
mreitz@redhat.com
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 [thread overview]
Message-ID: <20190215163431.GC7941@localhost.localdomain> (raw)
In-Reply-To: <d8764234-8c52-a24f-c07f-da3655bf2293@redhat.com>
[-- Attachment #1: Type: text/plain, Size: 1132 bytes --]
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
> > -@item savevm [@var{tag}|@var{id}]
> > +@item 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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]
next prev parent reply other threads:[~2019-02-15 16:34 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-07 13:09 [Qemu-devel] [PATCH for-3.2 v3 0/3] HMP/snapshot changes - do not use ID anymore Daniel Henrique Barboza
2018-11-07 13:09 ` [Qemu-devel] [PATCH for-3.2 v3 1/3] block/snapshot.c: eliminate use of ID input in snapshot operations Daniel Henrique Barboza
2018-12-14 12:09 ` Dr. David Alan Gilbert
2019-02-15 16:21 ` Eric Blake
2019-02-15 16:34 ` Kevin Wolf [this message]
2018-11-07 13:09 ` [Qemu-devel] [PATCH for-3.2 v3 2/3] block/snapshot: remove bdrv_snapshot_delete_by_id_or_name Daniel Henrique Barboza
2018-11-07 13:10 ` [Qemu-devel] [PATCH for-3.2 v3 3/3] qcow2-snapshot: remove redundant find_snapshot_by_id_and_name call Daniel Henrique Barboza
2018-12-02 21:10 ` [Qemu-devel] [PATCH for-3.2 v3 0/3] HMP/snapshot changes - do not use ID anymore Daniel Henrique Barboza
2019-01-21 9:43 ` Daniel Henrique Barboza
2019-02-15 16:09 ` Kevin Wolf
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190215163431.GC7941@localhost.localdomain \
--to=kwolf@redhat.com \
--cc=armbru@redhat.com \
--cc=danielhb413@gmail.com \
--cc=dgilbert@redhat.com \
--cc=eblake@redhat.com \
--cc=mreitz@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).