From: Kevin Wolf <kwolf@redhat.com>
To: Jeff Cody <jcody@redhat.com>
Cc: qemu-devel@nongnu.org, stefanha@redhat.com
Subject: Re: [Qemu-devel] [PATCH] block: qemu-iotests 085 - live snapshots tests
Date: Fri, 7 Mar 2014 11:47:43 +0100 [thread overview]
Message-ID: <20140307104743.GB2681@dhcp-200-207.str.redhat.com> (raw)
In-Reply-To: <96f3586273a0cc962b3b0b96be33c0dcf44c5da8.1393639566.git.jcody@redhat.com>
Am 01.03.2014 um 03:08 hat Jeff Cody geschrieben:
> This adds tests for live snapshots, both through the single
> snapshot command, and the transaction group snapshot command.
>
> The snapshots are done through the QMP interface, using the
> following commands for snapshots:
>
> Single snapshot:
> { 'execute': 'blockdev-snapshot-sync', 'arguments':
> { 'device': 'virtio0', 'snapshot-file':'...',
> 'format': 'qcow2' } }"
>
> Group snapshot:
> { 'execute': 'transaction', 'arguments':
> {'actions': [
> { 'type': 'blockdev-snapshot-sync', 'data' :
> { 'device': 'virtio0', 'snapshot-file': '...' } },
> { 'type': 'blockdev-snapshot-sync', 'data' :
> { 'device': 'virtio1', 'snapshot-file': '...' } } ]
> } }
>
> Signed-off-by: Jeff Cody <jcody@redhat.com>
Thanks, applied to the block branch.
I wonder if we should create a common.qmp file to be included in shell
based test cases that want to access the monitor.
Kevin
prev parent reply other threads:[~2014-03-07 10:48 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-01 2:08 [Qemu-devel] [PATCH] block: qemu-iotests 085 - live snapshots tests Jeff Cody
2014-03-06 14:54 ` Benoît Canet
2014-03-07 10:47 ` Kevin Wolf [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=20140307104743.GB2681@dhcp-200-207.str.redhat.com \
--to=kwolf@redhat.com \
--cc=jcody@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.com \
/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).