On Thu, Feb 28, 2013 at 14:29:59 -0700, Eric Blake wrote:
On 02/28/2013 06:22 AM, Jiri Denemark wrote:
> qemuProcessStart expects to be run with a job already set and every
> caller except for qemuMigrationPrepareAny use it correctly. This bug can
> be observed in libvirtd logs during incoming migration as
>
> warning : qemuDomainObjEnterMonitorInternal:979 : This thread seems
> to be the async job owner; entering monitor without asking for a
> nested job is dangerous
> ---
> src/qemu/qemu_domain.c | 35 ++++++++++++++++++++++++-----------
> src/qemu/qemu_domain.h | 4 ++++
> src/qemu/qemu_migration.c | 11 +++++++----
> 3 files changed, 35 insertions(+), 15 deletions(-)
ACK. Qualifies as a bug fix for 1.0.3.
Pushed, thanks.
Jirka