All of lore.kernel.org
 help / color / mirror / Atom feed
From: Aurelien Jarno <aurelien@aurel32.net>
To: Stefan Weil <weil@mail.berlios.de>
Cc: Anthony Liguori <aliguori@us.ibm.com>,
	QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH] w32: Fix arguments for GetProcessAffinityMask, SetProcessAffinityMask
Date: Sun, 20 Feb 2011 18:02:10 +0100	[thread overview]
Message-ID: <20110220170210.GL18619@volta.aurel32.net> (raw)
In-Reply-To: <1296935989-10812-1-git-send-email-weil@mail.berlios.de>

On Sat, Feb 05, 2011 at 08:59:49PM +0100, Stefan Weil wrote:
> These functions take arguments of type PDWORD_PTR which is a
> pointer to a DWORD_PTR, not a pointer to a DWORD.
> 
> Cc: Anthony Liguori <aliguori@us.ibm.com>
> Signed-off-by: Stefan Weil <weil@mail.berlios.de>
> ---
>  os-win32.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Thank, applied.

> diff --git a/os-win32.c b/os-win32.c
> index 566d5e9..b214e6a 100644
> --- a/os-win32.c
> +++ b/os-win32.c
> @@ -180,7 +180,7 @@ void os_setup_early_signal_handling(void)
>      /* Note: cpu_interrupt() is currently not SMP safe, so we force
>         QEMU to run on a single CPU */
>      HANDLE h;
> -    DWORD mask, smask;
> +    DWORD_PTR mask, smask;
>      int i;
>  
>      SetConsoleCtrlHandler(qemu_ctrl_handler, TRUE);
> -- 
> 1.7.2.3
> 
> 
> 

-- 
Aurelien Jarno                          GPG: 1024D/F1BCDB73
aurelien@aurel32.net                 http://www.aurel32.net

      reply	other threads:[~2011-02-20 17:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-05 19:59 [Qemu-devel] [PATCH] w32: Fix arguments for GetProcessAffinityMask, SetProcessAffinityMask Stefan Weil
2011-02-20 17:02 ` Aurelien Jarno [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=20110220170210.GL18619@volta.aurel32.net \
    --to=aurelien@aurel32.net \
    --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.