Re: [libvirt] [PATCH] qemu: Fix race between async and query jobs

2011-12-15 Thread Jiri Denemark
On Wed, Dec 14, 2011 at 10:05:03 -0700, Eric Blake wrote: On 12/14/2011 03:29 AM, Jiri Denemark wrote: If an async job run on a domain will stop the domain at the end of the job, a concurrently run query job can hang in qemu monitor nothing can be done with that domain from this point on.

[libvirt] [PATCH] qemu: Fix race between async and query jobs

2011-12-14 Thread Jiri Denemark
If an async job run on a domain will stop the domain at the end of the job, a concurrently run query job can hang in qemu monitor nothing can be done with that domain from this point on. An attempt to start such domain results in Timed out during operation: cannot acquire state change lock error.

Re: [libvirt] [PATCH] qemu: Fix race between async and query jobs

2011-12-14 Thread Eric Blake
On 12/14/2011 03:29 AM, Jiri Denemark wrote: If an async job run on a domain will stop the domain at the end of the job, a concurrently run query job can hang in qemu monitor nothing can be done with that domain from this point on. An attempt to start such domain results in Timed out during