qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] QEMU Backup Tool
@ 2017-08-11 13:03 Ishani Chugh
  2017-08-11 13:03 ` [Qemu-devel] [PATCH 1/2] Add manpage for " Ishani Chugh
  2017-08-11 13:04 ` [Qemu-devel] [PATCH 2/2] backup: " Ishani Chugh
  0 siblings, 2 replies; 6+ messages in thread
From: Ishani Chugh @ 2017-08-11 13:03 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha, jsnow, Ishani Chugh

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

^ permalink raw reply	[flat|nested] 6+ messages in thread
* [Qemu-devel] [PATCH 0/2] QEMU Backup Tool
@ 2017-08-10 17:44 Ishani Chugh
  2017-08-10 17:44 ` [Qemu-devel] [PATCH 1/2] Add manpage for " Ishani Chugh
  0 siblings, 1 reply; 6+ messages in thread
From: Ishani Chugh @ 2017-08-10 17:44 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha, jsnow, Ishani Chugh

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                        |  15 +-
 contrib/backup/qemu-backup.py   | 309 ++++++++++++++++++++++++++++++++++++++++
 contrib/backup/qemu-backup.texi | 135 ++++++++++++++++++
 3 files changed, 455 insertions(+), 4 deletions(-)
 create mode 100644 contrib/backup/qemu-backup.py
 create mode 100644 contrib/backup/qemu-backup.texi

-- 
2.7.4

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-08-16 13:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-11 13:03 [Qemu-devel] [PATCH 0/2] QEMU Backup Tool Ishani Chugh
2017-08-11 13:03 ` [Qemu-devel] [PATCH 1/2] Add manpage for " Ishani Chugh
2017-08-16 13:45   ` Stefan Hajnoczi
2017-08-11 13:04 ` [Qemu-devel] [PATCH 2/2] backup: " Ishani Chugh
2017-08-16 13:55   ` Stefan Hajnoczi
  -- strict thread matches above, loose matches on Subject: below --
2017-08-10 17:44 [Qemu-devel] [PATCH 0/2] " Ishani Chugh
2017-08-10 17:44 ` [Qemu-devel] [PATCH 1/2] Add manpage for " Ishani Chugh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).