All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ishani Chugh <chugh.ishani@research.iiit.ac.in>
To: qemu-devel@nongnu.org
Cc: stefanha@redhat.com, jsnow@redhat.com,
	Ishani Chugh <chugh.ishani@research.iiit.ac.in>
Subject: [Qemu-devel] [PATCH 0/3] QEMU Backup Tool
Date: Tue, 29 Aug 2017 21:20:15 +0530	[thread overview]
Message-ID: <1504021818-12128-1-git-send-email-chugh.ishani@research.iiit.ac.in> (raw)

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   | 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	other threads:[~2017-08-29 15:50 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-29 15:50 Ishani Chugh [this message]
2017-08-29 15:50 ` [Qemu-devel] [PATCH 1/3] backup: QEMU Backup Tool Ishani Chugh
2017-08-29 15:50 ` [Qemu-devel] [PATCH 2/3] Test for full Backup Ishani Chugh
2017-08-29 15:50 ` [Qemu-devel] [PATCH 3/3] Add manpage for QEMU Backup Tool Ishani Chugh
2017-08-29 16:11 ` [Qemu-devel] [PATCH v? 0/3] " Eric Blake
  -- strict thread matches above, loose matches on Subject: below --
2017-08-29 13:47 [Qemu-devel] [PATCH " Ishani Chugh
2017-08-29 14:49 ` Eric Blake
2017-08-29 15:52   ` Ishani
2017-08-23 13:04 Ishani Chugh
2017-08-21 11:10 Ishani Chugh

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=1504021818-12128-1-git-send-email-chugh.ishani@research.iiit.ac.in \
    --to=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.