[Qemu-devel] [PATCH 1/3] backup: 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 tool writes details of guest in a configuration file and the

[Qemu-devel] [PATCH 1/3] backup: 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 tool writes details of guest in a configuration file and the

Re: [Qemu-devel] [PATCH 1/3] backup: QEMU Backup Tool

2017-08-25 Thread Stefan Hajnoczi
On Wed, Aug 23, 2017 at 06:34:38PM +0530, Ishani Chugh wrote: > +def write_config(self): > +""" > +Writes configuration to ini file. > +""" > +config_file = open(self.config_file+".tmp", 'w') Please use whitespace around arithmetic operators: self.config_file

[Qemu-devel] [PATCH 1/3] backup: 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 tool writes details of guest in a configuration file and the

Re: [Qemu-devel] [PATCH 1/3] backup: QEMU Backup Tool

2017-08-22 Thread Ishani
- On Aug 22, 2017, at 7:43 PM, stefanha stefa...@redhat.com wrote: > On Mon, Aug 21, 2017 at 04:40:37PM +0530, Ishani Chugh wrote: >> 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 fo

Re: [Qemu-devel] [PATCH 1/3] backup: QEMU Backup Tool

2017-08-22 Thread Stefan Hajnoczi
On Mon, Aug 21, 2017 at 04:40:37PM +0530, Ishani Chugh wrote: > 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 act

[Qemu-devel] [PATCH 1/3] backup: 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 tool writes details of guest in a configuration file and the