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

Ishani Chugh posted 3 patches 8 years, 2 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
Makefile                        |  14 +-
contrib/backup/qemu-backup.py   | 339 ++++++++++++++++++++++++++++++++++++++++
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, 616 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
[Qemu-devel] [PATCH 0/3] QEMU Backup Tool
Posted by Ishani Chugh 8 years, 2 months ago
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.

Ishani Chugh (3):
  backup: QEMU Backup Tool
  Test for full Backup
  Add manpage for QEMU Backup Tool

 Makefile                        |  14 +-
 contrib/backup/qemu-backup.py   | 339 ++++++++++++++++++++++++++++++++++++++++
 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, 616 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


Re: [Qemu-devel] [PATCH 0/3] QEMU Backup Tool
Posted by Eric Blake 8 years, 2 months ago
On 08/29/2017 08:47 AM, 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.
> 
> Ishani Chugh (3):
>   backup: QEMU Backup Tool
>   Test for full Backup
>   Add manpage for QEMU Backup Tool

It looks like you have previously sent series by the same title:
https://lists.gnu.org/archive/html/qemu-devel/2017-08/msg03774.html

Please remember to use 'git send-email -v2' when sending version 2 of a
series; it also helps to tell reviewers in the cover letter how version
2 differs from version 1.

More patch submission hints at
 http://wiki.qemu.org/Contribute/SubmitAPatch

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org

Re: [Qemu-devel] [PATCH 0/3] QEMU Backup Tool
Posted by Ishani 8 years, 2 months ago
I apologize for it.
I have sent a new patch series by the same way again just now. Will correct in future patches.

Regards,
Ishani.

----- On Aug 29, 2017, at 8:19 PM, Eric Blake eblake@redhat.com wrote:

> On 08/29/2017 08:47 AM, 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.
>> 
>> Ishani Chugh (3):
>>   backup: QEMU Backup Tool
>>   Test for full Backup
>>   Add manpage for QEMU Backup Tool
> 
> It looks like you have previously sent series by the same title:
> https://lists.gnu.org/archive/html/qemu-devel/2017-08/msg03774.html
> 
> Please remember to use 'git send-email -v2' when sending version 2 of a
> series; it also helps to tell reviewers in the cover letter how version
> 2 differs from version 1.
> 
> More patch submission hints at
> http://wiki.qemu.org/Contribute/SubmitAPatch
> 
> --
> Eric Blake, Principal Software Engineer
> Red Hat, Inc.           +1-919-301-3266
> Virtualization:  qemu.org | libvirt.org