All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: Sebastian Tanase <sebastian.tanase@openwide.fr>, qemu-devel@nongnu.org
Cc: kwolf@redhat.com, peter.maydell@linaro.org,
	jeremy.rosen@openwide.fr, aliguori@amazon.com,
	wenchaoqemu@gmail.com, quintela@redhat.com, mjt@tls.msk.ru,
	mst@redhat.com, stefanha@redhat.com, armbru@redhat.com,
	lcapitulino@redhat.com, michael@walle.cc,
	camille.begue@openwide.fr, alex@alex.org.uk, crobinso@redhat.com,
	pierre.lemagourou@openwide.fr, afaerber@suse.de, rth@twiddle.net
Subject: Re: [Qemu-devel] [RFC PATCH V2 0/5] icount: Implement delay algorithm between guest and host clocks
Date: Fri, 13 Jun 2014 12:32:01 +0200	[thread overview]
Message-ID: <539AD321.4080306@redhat.com> (raw)
In-Reply-To: <1402652437-13194-1-git-send-email-sebastian.tanase@openwide.fr>

Il 13/06/2014 11:40, Sebastian Tanase ha scritto:
> * Signal errors in configure_icount() as suggested by Paolo Bonzini (patch 1).
> * Update qtest.c to take into account the new configure_icount() (patch 1).
> * Surround delay code in cpu-exec.c with !defined(CONFIG_USER_ONLY) (patch 3).
> * Clean up delay code in cpu-exec.c as suggested by Paolo Bonzini
>   and Juan Quintela (patch 3).
> * Take into account initial offset between real and virtual clocks (patch 4).

Looks great, thanks!  I pointed out a few nits, but I'm confident that 
we will be able to merge v3.

Paolo

> Sebastian Tanase (5):
>   icount: Add 'align' and 'icount' options
>   icount: Make icount_time_shift available everywhere
>   cpu_exec: Add sleeping algorithm
>   icount_warp: Take into account initial offset between clocks
>   cpu_exec: Print to console if the guest is late
>
>  cpu-exec.c                | 108 +++++++++++++++++++++++++++++++++++++++++++++-
>  cpus.c                    |  38 ++++++++++++++--
>  include/qapi/qmp/qerror.h |   9 ++++
>  include/qemu-common.h     |   6 ++-
>  qemu-options.hx           |  19 ++++++--
>  qtest.c                   |  19 +++++++-
>  vl.c                      |  43 +++++++++++++++---
>  7 files changed, 225 insertions(+), 17 deletions(-)
>

      parent reply	other threads:[~2014-06-13 10:32 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-13  9:40 [Qemu-devel] [RFC PATCH V2 0/5] icount: Implement delay algorithm between guest and host clocks Sebastian Tanase
2014-06-13  9:40 ` [Qemu-devel] [RFC PATCH V2 1/5] icount: Add 'align' and 'icount' options Sebastian Tanase
2014-06-13 10:17   ` Paolo Bonzini
2014-06-13  9:40 ` [Qemu-devel] [RFC PATCH V2 2/5] icount: Make icount_time_shift available everywhere Sebastian Tanase
2014-06-13  9:40 ` [Qemu-devel] [RFC PATCH V2 3/5] cpu_exec: Add sleeping algorithm Sebastian Tanase
2014-06-13 10:27   ` Paolo Bonzini
2014-06-13  9:40 ` [Qemu-devel] [RFC PATCH V2 4/5] icount_warp: Take into account initial offset between clocks Sebastian Tanase
2014-06-13 10:28   ` Paolo Bonzini
2014-06-13  9:40 ` [Qemu-devel] [RFC PATCH V2 5/5] cpu_exec: Print to console if the guest is late Sebastian Tanase
2014-06-13 10:29   ` Paolo Bonzini
2014-06-13 12:00     ` Sebastian Tanase
2014-06-13 12:03       ` Paolo Bonzini
2014-06-13 10:32 ` Paolo Bonzini [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=539AD321.4080306@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=afaerber@suse.de \
    --cc=alex@alex.org.uk \
    --cc=aliguori@amazon.com \
    --cc=armbru@redhat.com \
    --cc=camille.begue@openwide.fr \
    --cc=crobinso@redhat.com \
    --cc=jeremy.rosen@openwide.fr \
    --cc=kwolf@redhat.com \
    --cc=lcapitulino@redhat.com \
    --cc=michael@walle.cc \
    --cc=mjt@tls.msk.ru \
    --cc=mst@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=pierre.lemagourou@openwide.fr \
    --cc=qemu-devel@nongnu.org \
    --cc=quintela@redhat.com \
    --cc=rth@twiddle.net \
    --cc=sebastian.tanase@openwide.fr \
    --cc=stefanha@redhat.com \
    --cc=wenchaoqemu@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.