From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=52688 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PrCfq-0002uK-RH for qemu-devel@nongnu.org; Sun, 20 Feb 2011 12:02:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PrCfp-0002NH-MD for qemu-devel@nongnu.org; Sun, 20 Feb 2011 12:02:18 -0500 Received: from hall.aurel32.net ([88.191.126.93]:53670) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PrCfp-0002N3-HS for qemu-devel@nongnu.org; Sun, 20 Feb 2011 12:02:17 -0500 Date: Sun, 20 Feb 2011 18:02:10 +0100 From: Aurelien Jarno Subject: Re: [Qemu-devel] [PATCH] w32: Fix arguments for GetProcessAffinityMask, SetProcessAffinityMask Message-ID: <20110220170210.GL18619@volta.aurel32.net> References: <1296935989-10812-1-git-send-email-weil@mail.berlios.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <1296935989-10812-1-git-send-email-weil@mail.berlios.de> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: Anthony Liguori , QEMU Developers 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 > Signed-off-by: Stefan Weil > --- > 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