Re: [libvirt] [PATCH 4/5] blockjob: wire up qemu async virDomainBlockJobAbort

2012-04-11 Thread Eric Blake
On 04/11/2012 07:26 PM, Daniel Veillard wrote: > On Wed, Apr 11, 2012 at 05:40:37PM -0600, Eric Blake wrote: >> Without the VIR_DOMAIN_BLOCK_JOB_ABORT_ASYNC flag, libvirt will internally >> poll using qemu's "query-block-jobs" API and will not return until the >> operation has been completed. API

Re: [libvirt] [PATCH 4/5] blockjob: wire up qemu async virDomainBlockJobAbort

2012-04-11 Thread Daniel Veillard
On Wed, Apr 11, 2012 at 05:40:37PM -0600, Eric Blake wrote: > Without the VIR_DOMAIN_BLOCK_JOB_ABORT_ASYNC flag, libvirt will internally > poll using qemu's "query-block-jobs" API and will not return until the > operation has been completed. API users are advised that this operation > is unbounded

[libvirt] [PATCH 4/5] blockjob: wire up qemu async virDomainBlockJobAbort

2012-04-11 Thread Eric Blake
Without the VIR_DOMAIN_BLOCK_JOB_ABORT_ASYNC flag, libvirt will internally poll using qemu's "query-block-jobs" API and will not return until the operation has been completed. API users are advised that this operation is unbounded and further interaction with the domain during this period may bloc