Re: [libvirt] [PATCHv2 01/15] blockjob: add API for async virDomainBlockJobAbort

2012-04-06 Thread Adam Litke
On Thu, Apr 05, 2012 at 10:36:47PM -0600, Eric Blake wrote: > From: Adam Litke > > Qemu has changed the semantics of the "block_job_cancel" API. The original > qed implementation (pretty much only backported to RHEL 6.2 qemu) was > synchronous (ie. upon command completion, the operation was guar

[libvirt] [PATCHv2 01/15] blockjob: add API for async virDomainBlockJobAbort

2012-04-05 Thread Eric Blake
From: Adam Litke Qemu has changed the semantics of the "block_job_cancel" API. The original qed implementation (pretty much only backported to RHEL 6.2 qemu) was synchronous (ie. upon command completion, the operation was guaranteed to be completely stopped). With the new semantics going into q