Re: [Qemu-devel] [PATCH v4 5/6] blockjob: refactor backup_start as backup_job_create

2016-11-09 Thread Jeff Cody
On Tue, Nov 08, 2016 at 01:50:38AM -0500, John Snow wrote: > Refactor backup_start as backup_job_create, which only creates the job, > but does not automatically start it. The old interface, 'backup_start', > is not kept in favor of limiting the number of nearly-identical interfaces > that would ha

[Qemu-devel] [PATCH v4 5/6] blockjob: refactor backup_start as backup_job_create

2016-11-07 Thread John Snow
Refactor backup_start as backup_job_create, which only creates the job, but does not automatically start it. The old interface, 'backup_start', is not kept in favor of limiting the number of nearly-identical interfaces that would have to be edited to keep up with QAPI changes in the future. Caller