qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 06/12] linux-user: Remove #if 0'd cpu_get_real_t


From: Riku Voipio
Subject: Re: [Qemu-devel] [PATCH 06/12] linux-user: Remove #if 0'd cpu_get_real_ticks() definition
Date: Fri, 14 Sep 2012 12:31:51 +0300
User-agent: Mutt/1.5.20 (2009-06-14)

On Fri, Sep 14, 2012 at 09:42:20AM +0100, Stefan Hajnoczi wrote:
> From: Peter Maydell <address@hidden>
> 
> Remove the cpu_get_real_ticks() definition from linux-user/main.c.
> This has been disabled via #if 0 and unused since commit 1dce7c3c22
> in 2006; the definitions we actually use are in qemu-timer.h.
> 
> Signed-off-by: Peter Maydell <address@hidden>
> Signed-off-by: Stefan Hajnoczi <address@hidden>

Acked-by: Riku Voipio <address@hidden>

> ---
>  linux-user/main.c |   13 -------------
>  1 file changed, 13 deletions(-)
> 
> diff --git a/linux-user/main.c b/linux-user/main.c
> index 1a1c661..e84a18c 100644
> --- a/linux-user/main.c
> +++ b/linux-user/main.c
> @@ -89,19 +89,6 @@ int cpu_get_pic_interrupt(CPUX86State *env)
>  }
>  #endif
>  
> -/* timers for rdtsc */
> -
> -#if 0
> -
> -static uint64_t emu_time;
> -
> -int64_t cpu_get_real_ticks(void)
> -{
> -    return emu_time++;
> -}
> -
> -#endif
> -
>  #if defined(CONFIG_USE_NPTL)
>  /***********************************************************/
>  /* Helper routines for implementing atomic operations.  */
> -- 
> 1.7.10.4
> 



reply via email to

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