Re: [PATCH] qemu-kvm: Drop polling property from qemu_cond_wait

2009-08-03 Thread Avi Kivity
On 07/28/2009 12:32 PM, Jan Kiszka wrote: No caller of qemu_cond_wait makes use of this polling anymore. Remove it. Applied, thanks. -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to

[PATCH] qemu-kvm: Drop polling property from qemu_cond_wait

2009-07-28 Thread Jan Kiszka
Avi Kivity wrote: On 07/28/2009 10:16 AM, Jan Kiszka wrote: Hi, why do we wait on condition variables with silly timeouts (both in upstream as in qemu-kvm)? There used to be some qemu_aio_poll in qemu-kvm, but it's no longer there, and upstream never had (unless I missed something). Is this