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

Ishani Chugh posted 2 patches 6 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1502456640-9114-1-git-send-email-chugh.ishani@research.iiit.ac.in
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
There is a newer version of this series
Makefile                        |  14 +-
contrib/backup/qemu-backup.py   | 309 ++++++++++++++++++++++++++++++++++++++++
contrib/backup/qemu-backup.texi | 135 ++++++++++++++++++
3 files changed, 454 insertions(+), 4 deletions(-)
create mode 100644 contrib/backup/qemu-backup.py
create mode 100644 contrib/backup/qemu-backup.texi
[Qemu-devel] [PATCH 0/2] QEMU Backup Tool
Posted by Ishani Chugh 6 years, 7 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 two patches,
          1) Adding Manpage for the tool
	  2) QEMU Backup command line tool

Ishani Chugh (2):
  Add manpage for QEMU Backup Tool
  backup: QEMU Backup Tool

 Makefile                        |  14 +-
 contrib/backup/qemu-backup.py   | 309 ++++++++++++++++++++++++++++++++++++++++
 contrib/backup/qemu-backup.texi | 135 ++++++++++++++++++
 3 files changed, 454 insertions(+), 4 deletions(-)
 create mode 100644 contrib/backup/qemu-backup.py
 create mode 100644 contrib/backup/qemu-backup.texi

-- 
2.7.4