qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC PATCH 2/4] icount: Make icount_time_shift availabl


From: Juan Quintela
Subject: Re: [Qemu-devel] [RFC PATCH 2/4] icount: Make icount_time_shift available everywhere
Date: Wed, 28 May 2014 11:11:32 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Sebastian Tanase <address@hidden> wrote:
> icount_time_shift is used for calculting the delay
> qemu has to sleep in order to synchronise the
> host and guest clocks. Therefore, we need it in
> cpu-exec.c.
>
> Signed-off-by: Sebastian Tanase <address@hidden>
> Tested-by: Camille Bégué <address@hidden>

....

> @@ -454,6 +458,8 @@ void configure_icount(const char *option)
>          return;
>      }
>  
> +    /* Do not activate align with icount auto, for now */
> +    icount_align_option = 0;
>      use_icount = 2;
>  
>      /* 125MIPS seems a reasonable initial guess at the guest speed.

Why is this hunk on this patch?  If needed, add it to the commit
message?

Thanks, Juan.




reply via email to

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