Sebastian Tanase <sebastian.tan...@openwide.fr> 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 <sebastian.tan...@openwide.fr>
> Tested-by: Camille Bégué <camille.be...@openwide.fr>

....

> @@ -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