----- Mail original -----
> De: "Juan Quintela" <quint...@redhat.com>
> À: "Sebastian Tanase" <sebastian.tan...@openwide.fr>
> Cc: qemu-devel@nongnu.org, aligu...@amazon.com, afaer...@suse.de, 
> r...@twiddle.net, "peter maydell"
> <peter.mayd...@linaro.org>, mich...@walle.cc, pbonz...@redhat.com, 
> a...@alex.org.uk, stefa...@redhat.com,
> kw...@redhat.com, ebl...@redhat.com, m...@tls.msk.ru
> Envoyé: Mercredi 28 Mai 2014 11:11:32
> Objet: Re: [RFC PATCH 2/4] icount: Make icount_time_shift available everywhere
> 
> 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.
> 
> 

Hello, 

You are right, it should be on the first patch. I will fix this.

Thank you for your feedback.

Regards,

Sebastian Tanase

Open Wide Ingenierie
23, rue Daviel
75013 Paris - France
www.openwide.fr



Reply via email to