[Qemu-devel] [PATCH 3/3] Add manpage for QEMU Backup Tool

2017-08-29 Thread Ishani Chugh
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. The following commit is an initial implementation of manpage lis

[Qemu-devel] [PATCH 3/3] Add manpage for QEMU Backup Tool

2017-08-29 Thread Ishani Chugh
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. The following commit is an initial implementation of manpage list

[Qemu-devel] [PATCH 3/3] Add manpage for QEMU Backup Tool

2017-08-23 Thread Ishani Chugh
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. The following commit is an initial implementation of manpage list

Re: [Qemu-devel] [PATCH 3/3] Add manpage for QEMU Backup Tool

2017-08-22 Thread Stefan Hajnoczi
On Mon, Aug 21, 2017 at 04:40:39PM +0530, Ishani Chugh wrote: > +@node List of Commands > +@chapter List of Commands > +@itemize > +@item qemu-backup guest add --guest guestname --qmp socketpath > +@item qemu-backup guest list > +@item qemu-backup drive add --id driveid --guest guestname --target

[Qemu-devel] [PATCH 3/3] Add manpage for QEMU Backup Tool

2017-08-21 Thread Ishani Chugh
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. The following commit is an initial implementation of manpage list