From: Dong Xu Wang <wdongxu@linux.vnet.ibm.com>
To: Jun Koi <junkoi2004@gmail.com>, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] how to delete a savevm in image?
Date: Wed, 09 Nov 2011 09:48:14 +0800 [thread overview]
Message-ID: <4EB9DBDE.5040207@linux.vnet.ibm.com> (raw)
In-Reply-To: <CA+g7VZ0pK4za9Jj5GywpFuJD_CN7AiL_tde=_MDGEJ7=0k1DYw@mail.gmail.com>
Please use reply-all, then others could contribute.:)
于 2011年11月08日 15:45, Jun Koi 写道:
> On Tue, Nov 8, 2011 at 3:43 PM, Jun Koi<junkoi2004@gmail.com> wrote:
>> On Tue, Nov 8, 2011 at 3:20 PM, Dong Xu Wang<wdongxu@linux.vnet.ibm.com> wrote:
>>> You can try like this:
>>>
>>> (qemu) info snapshots
>>> ID TAG VM SIZE DATE VM CLOCK
>>> 1 vm-20111025134936 202M 2011-10-25 13:49:36 00:02:19.524
>>> (qemu) savevm save_name_1
>>> (qemu) info snapshots
>>> ID TAG VM SIZE DATE VM CLOCK
>>> 1 vm-20111025134936 202M 2011-10-25 13:49:36 00:02:19.524
>>> 2 save_name_1 202M 2011-10-25 13:51:53 00:04:28.395
>>> (qemu) loadvm vm-20111025134936
>>> (qemu) delvm save_name_1
>>> (qemu) info snapshots
>>> ID TAG VM SIZE DATE VM CLOCK
>>> 1 vm-20111025134936 202M 2011-10-25 13:49:36 00:02:19.524
>>> (qemu)
>>>
>>>
>>> So if you delete, you can use delvm.
>>>
>>
>> this is excellent, thanks!
>>
>> but i believe that qemu-img should do this job instead. any pending
>> plan for this feature?
>
> oops i just saw the snapshot command of qemu-img.
>
> thanks,
> J
>
>
prev parent reply other threads:[~2011-11-09 1:48 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-08 6:58 [Qemu-devel] how to delete a savevm in image? Jun Koi
2011-11-08 7:20 ` Dong Xu Wang
[not found] ` <CA+g7VZ0-HzQu83zafPH2JdyXzpzGPRR_qURygkX_rpbpU8fP=g@mail.gmail.com>
[not found] ` <CA+g7VZ0pK4za9Jj5GywpFuJD_CN7AiL_tde=_MDGEJ7=0k1DYw@mail.gmail.com>
2011-11-09 1:48 ` Dong Xu Wang [this message]
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=4EB9DBDE.5040207@linux.vnet.ibm.com \
--to=wdongxu@linux.vnet.ibm.com \
--cc=junkoi2004@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.