All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anthony Liguori <anthony@codemonkey.ws>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] win32: remove broken timers
Date: Wed, 09 Nov 2011 13:44:45 -0600	[thread overview]
Message-ID: <4EBAD82D.4090503@codemonkey.ws> (raw)
In-Reply-To: <1320839216-19509-1-git-send-email-pbonzini@redhat.com>

On 11/09/2011 05:46 AM, Paolo Bonzini wrote:
> The non-dynticks timer variations are broken, so they can be
> removed.
>
> Signed-off-by: Paolo Bonzini<pbonzini@redhat.com>

Applied.  Thanks.

Regards,

Anthony Liguori

> ---
>   qemu-timer.c |    4 +---
>   1 files changed, 1 insertions(+), 3 deletions(-)
>
> diff --git a/qemu-timer.c b/qemu-timer.c
> index f11a28d..cd026c6 100644
> --- a/qemu-timer.c
> +++ b/qemu-timer.c
> @@ -183,10 +183,8 @@ static struct qemu_alarm_timer alarm_timers[] = {
>   #endif
>       {"unix", unix_start_timer, unix_stop_timer, unix_rearm_timer},
>   #else
> -    {"mmtimer", mm_start_timer, mm_stop_timer, NULL},
> -    {"mmtimer2", mm_start_timer, mm_stop_timer, mm_rearm_timer},
> +    {"mmtimer", mm_start_timer, mm_stop_timer, mm_rearm_timer},
>       {"dynticks", win32_start_timer, win32_stop_timer, win32_rearm_timer},
> -    {"win32", win32_start_timer, win32_stop_timer, NULL},
>   #endif
>       {NULL, }
>   };

      parent reply	other threads:[~2011-11-09 19:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-09 11:46 [Qemu-devel] [PATCH] win32: remove broken timers Paolo Bonzini
2011-11-09 18:16 ` Stefan Weil
2011-11-09 19:44 ` Anthony Liguori [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=4EBAD82D.4090503@codemonkey.ws \
    --to=anthony@codemonkey.ws \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /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.