Re: [Qemu-devel] [PATCH] main-loop: Calculate poll timeout using timeout argument

2012-05-01 Thread Blue Swirl
Thanks, applied. On Sun, Apr 29, 2012 at 17:15, Stefan Weil wrote: > The timeout argument was unused up to now, > but it can be used to reduce the poll_timeout when it is infinite > (negative value) or larger than timeout. > > Signed-off-by: Stefan Weil > --- >  main-loop.c |    6 +- >  1 fi

Re: [Qemu-devel] [PATCH] main-loop: Calculate poll timeout using timeout argument

2012-04-30 Thread Paolo Bonzini
Il 29/04/2012 19:15, Stefan Weil ha scritto: > The timeout argument was unused up to now, > but it can be used to reduce the poll_timeout when it is infinite > (negative value) or larger than timeout. > > Signed-off-by: Stefan Weil > --- > main-loop.c |6 +- > 1 files changed, 5 insertio

[Qemu-devel] [PATCH] main-loop: Calculate poll timeout using timeout argument

2012-04-29 Thread Stefan Weil
The timeout argument was unused up to now, but it can be used to reduce the poll_timeout when it is infinite (negative value) or larger than timeout. Signed-off-by: Stefan Weil --- main-loop.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/main-loop.c b/main-loop.c