Re: [Spice-devel] [PATCH v5 0/9] async and s3 support

2011-07-19 Thread Christophe Fergeau
ACK for the trivial patches 1, 2 and 3 Christophe On Tue, Jul 19, 2011 at 11:52:54AM +0300, Alon Levy wrote: > v5 changes: > * dispatcher handles completion of async calls when worker is done, not >when they are called (same as sync versions) > * added a dispatcher mutex to fail a new async

[Spice-devel] [PATCH v5 0/9] async and s3 support

2011-07-19 Thread Alon Levy
v5 changes: * dispatcher handles completion of async calls when worker is done, not when they are called (same as sync versions) * added a dispatcher mutex to fail a new async during existing async. this should not happen because the driver already has the same logic, and qemu also. but