All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: Stefan Weil <weil@mail.berlios.de>
Cc: Anthony Liguori <aliguori@us.ibm.com>,
	QEMU Developers <qemu-devel@nongnu.org>
Subject: [Qemu-devel] Re: [PATCH] qemu-timer: Fix compilation of new timer code for w32, w64
Date: Sat, 05 Feb 2011 16:36:03 +0100	[thread overview]
Message-ID: <4D4D6E63.2010303@redhat.com> (raw)
In-Reply-To: <1296853292-8450-1-git-send-email-weil@mail.berlios.de>

On 02/04/2011 10:01 PM, Stefan Weil wrote:
> qemu_next_alarm_deadline() is needed by MinGW, too.
>
> Cc: Paolo Bonzini<pbonzini@redhat.com>
> Cc: Anthony Liguori<aliguori@us.ibm.com>
> Signed-off-by: Stefan Weil<weil@mail.berlios.de>
> ---
>   qemu-timer.c |    4 ++--
>   1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/qemu-timer.c b/qemu-timer.c
> index b1a3a84..2de02fe 100644
> --- a/qemu-timer.c
> +++ b/qemu-timer.c
> @@ -706,8 +706,6 @@ int64_t qemu_next_deadline(void)
>       return delta;
>   }
>
> -#ifndef _WIN32
> -
>   static int64_t qemu_next_alarm_deadline(void)
>   {
>       int64_t delta;
> @@ -920,6 +918,8 @@ static void dynticks_rearm_timer(struct qemu_alarm_timer *t)
>
>   #endif /* defined(__linux__) */
>
> +#if !defined(_WIN32)
> +
>   static int unix_start_timer(struct qemu_alarm_timer *t)
>   {
>       struct sigaction act;

Acked-by: Paolo Bonzini <pbonzini@redhat.com>

Thanks,

Paolo

  reply	other threads:[~2011-02-05 15:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-04 21:01 [Qemu-devel] [PATCH] qemu-timer: Fix compilation of new timer code for w32, w64 Stefan Weil
2011-02-05 15:36 ` Paolo Bonzini [this message]
2011-02-07 19:56   ` [Qemu-devel] " Blue Swirl

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=4D4D6E63.2010303@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=aliguori@us.ibm.com \
    --cc=qemu-devel@nongnu.org \
    --cc=weil@mail.berlios.de \
    /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.