All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] QEMU Backup Tool
@ 2017-08-29 15:50 Ishani Chugh
  2017-08-29 15:50 ` [Qemu-devel] [PATCH 1/3] backup: " Ishani Chugh
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Ishani Chugh @ 2017-08-29 15:50 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 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

^ permalink raw reply	[flat|nested] 11+ messages in thread
* [Qemu-devel] [PATCH 0/3] QEMU Backup Tool
@ 2017-08-29 13:47 Ishani Chugh
  2017-08-29 13:47 ` [Qemu-devel] [PATCH 1/3] backup: " Ishani Chugh
  0 siblings, 1 reply; 11+ messages in thread
From: Ishani Chugh @ 2017-08-29 13:47 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 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

^ permalink raw reply	[flat|nested] 11+ messages in thread
* [Qemu-devel] [PATCH 0/3] QEMU Backup Tool
@ 2017-08-23 13:04 Ishani Chugh
  2017-08-23 13:04 ` [Qemu-devel] [PATCH 1/3] backup: " Ishani Chugh
  0 siblings, 1 reply; 11+ messages in thread
From: Ishani Chugh @ 2017-08-23 13:04 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 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   | 338 ++++++++++++++++++++++++++++++++++++++++
 contrib/backup/qemu-backup.texi | 144 +++++++++++++++++
 tests/qemu-iotests/191          |  78 ++++++++++
 tests/qemu-iotests/191.out      |  33 ++++
 tests/qemu-iotests/group        |   1 +
 6 files changed, 604 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

^ permalink raw reply	[flat|nested] 11+ messages in thread
* [Qemu-devel] [PATCH 0/3] QEMU Backup Tool
@ 2017-08-21 11:10 Ishani Chugh
  2017-08-21 11:10 ` [Qemu-devel] [PATCH 1/3] backup: " Ishani Chugh
  0 siblings, 1 reply; 11+ messages in thread
From: Ishani Chugh @ 2017-08-21 11:10 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 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   | 334 ++++++++++++++++++++++++++++++++++++++++
 contrib/backup/qemu-backup.texi | 134 ++++++++++++++++
 tests/qemu-iotests/191          |  78 ++++++++++
 tests/qemu-iotests/191.out      |  33 ++++
 tests/qemu-iotests/group        |   1 +
 6 files changed, 590 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

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

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

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-29 15:50 [Qemu-devel] [PATCH 0/3] QEMU Backup Tool Ishani Chugh
2017-08-29 15:50 ` [Qemu-devel] [PATCH 1/3] backup: " 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 13:47 ` [Qemu-devel] [PATCH 1/3] backup: " Ishani Chugh
2017-08-23 13:04 [Qemu-devel] [PATCH 0/3] " Ishani Chugh
2017-08-23 13:04 ` [Qemu-devel] [PATCH 1/3] backup: " Ishani Chugh
2017-08-25 14:12   ` Stefan Hajnoczi
2017-08-21 11:10 [Qemu-devel] [PATCH 0/3] " Ishani Chugh
2017-08-21 11:10 ` [Qemu-devel] [PATCH 1/3] backup: " Ishani Chugh
2017-08-22 14:13   ` Stefan Hajnoczi
2017-08-22 16:59     ` Ishani

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.