qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 0/3] QEMU Backup Tool


From: Fam Zheng
Subject: Re: [Qemu-devel] [PATCH v2 0/3] QEMU Backup Tool
Date: Wed, 30 Aug 2017 12:31:48 +0800
User-agent: Mutt/1.8.3 (2017-05-23)

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
> 
> 



reply via email to

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