qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC] [PATCHv8 05/30] aio / timers: Add prctl(PR_SET_TI


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [RFC] [PATCHv8 05/30] aio / timers: Add prctl(PR_SET_TIMERSLACK, 1, ...) to reduce timer slack
Date: Fri, 9 Aug 2013 10:53:57 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

On Thu, Aug 08, 2013 at 10:42:02PM +0100, Alex Bligh wrote:
> Where supported, called prctl(PR_SET_TIMERSLACK, 1, ...) to
> set one nanosecond timer slack to increase precision of timer
> calls.
> 
> Signed-off-by: Alex Bligh <address@hidden>
> ---
>  qemu-timer.c |    7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/qemu-timer.c b/qemu-timer.c
> index 5e81935..9eb6db8 100644
> --- a/qemu-timer.c
> +++ b/qemu-timer.c
> @@ -41,6 +41,10 @@
>  #include <poll.h>
>  #endif
>  
> +#ifdef CONFIG_PRCTL_PR_SET_TIMERSLACK

The ./configure change should also be in this patch.  I think it crept
into another patch by mistake.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]