Re: [libvirt] [PATCH] Allow suspend during live migration

2010-03-17 Thread Jiri Denemark
> ACK to this patch. If you want to solve the async problem with a condition > variable it can be a add-on patch later Thanks for the review. I pushed this version and I'll possibly address the async behavior separately. Jirka -- libvir-list mailing list libvir-list@redhat.com https://www.redhat

Re: [libvirt] [PATCH] Allow suspend during live migration

2010-03-17 Thread Daniel P. Berrange
On Mon, Mar 15, 2010 at 02:19:00PM +0100, Jiri Denemark wrote: > Currently no command can be sent to a qemu process while another job is > active. This patch adds support for signaling long-running jobs (such as > migration) so that other threads may request predefined operations to be > done durin

[libvirt] [PATCH] Allow suspend during live migration

2010-03-15 Thread Jiri Denemark
Currently no command can be sent to a qemu process while another job is active. This patch adds support for signaling long-running jobs (such as migration) so that other threads may request predefined operations to be done during such jobs. Two signals are defined so far: - QEMU_JOB_SIGNAL_CANC