From: Fam Zheng <famz@redhat.com>
To: Ishani Chugh <chugh.ishani@research.iiit.ac.in>
Cc: qemu-devel@nongnu.org, jsnow@redhat.com, stefanha@redhat.com
Subject: Re: [Qemu-devel] [PATCH v2 0/3] QEMU Backup Tool
Date: Wed, 30 Aug 2017 12:31:48 +0800 [thread overview]
Message-ID: <20170830043148.GI4208@lemon.lan> (raw)
In-Reply-To: <1504025019-16820-1-git-send-email-chugh.ishani@research.iiit.ac.in>
On Tue, 08/29 22:13, Ishani Chugh wrote:
> This patch series is intended to introduce QEMU Backup tool.
> qemu-backup will be a command-line tool for performing full and
> incremental disk backups on running VMs. It is intended as a
> reference implementation for management stack and backup developers
> to see QEMU's backup features in action.
> This patch series contains three patches,
> 1) QEMU Backup command line tool.
> 2) Test for full backup.
> 3) Manpage for the tool.
Looks good in general. I've left small suggestions. Thanks for working on this
tool!
Fam
>
> Ishani Chugh (3):
> backup: QEMU Backup Tool
> Test for full Backup
> Add manpage for QEMU Backup Tool
>
> Makefile | 14 +-
> contrib/backup/qemu-backup.py | 335 ++++++++++++++++++++++++++++++++++++++++
> contrib/backup/qemu-backup.texi | 144 +++++++++++++++++
> tests/qemu-iotests/191 | 86 +++++++++++
> tests/qemu-iotests/191.out | 35 +++++
> tests/qemu-iotests/group | 2 +
> 6 files changed, 612 insertions(+), 4 deletions(-)
> create mode 100644 contrib/backup/qemu-backup.py
> create mode 100644 contrib/backup/qemu-backup.texi
> create mode 100755 tests/qemu-iotests/191
> create mode 100644 tests/qemu-iotests/191.out
>
> --
> 2.7.4
>
>
next prev parent reply other threads:[~2017-08-30 4:32 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-29 16:43 [Qemu-devel] [PATCH v2 0/3] QEMU Backup Tool Ishani Chugh
2017-08-29 16:43 ` [Qemu-devel] [PATCH v2 1/3] backup: " Ishani Chugh
2017-08-30 4:15 ` Fam Zheng
2017-08-30 4:21 ` Fam Zheng
2017-08-30 14:57 ` Ishani
2017-08-30 15:05 ` Stefan Hajnoczi
2017-08-29 16:43 ` [Qemu-devel] [PATCH v2 2/3] Test for full Backup Ishani Chugh
2017-08-29 16:43 ` [Qemu-devel] [PATCH v2 3/3] Add manpage for QEMU Backup Tool Ishani Chugh
2017-08-30 4:30 ` Fam Zheng
2017-08-30 4:31 ` Fam Zheng [this message]
2017-08-30 10:38 ` [Qemu-devel] [PATCH v2 0/3] " Stefan Hajnoczi
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=20170830043148.GI4208@lemon.lan \
--to=famz@redhat.com \
--cc=chugh.ishani@research.iiit.ac.in \
--cc=jsnow@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 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.