From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:59103) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QsAfW-00074M-5m for qemu-devel@nongnu.org; Sat, 13 Aug 2011 05:38:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QsAfV-0000dt-4h for qemu-devel@nongnu.org; Sat, 13 Aug 2011 05:38:14 -0400 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:40798) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QsAfU-0000dp-VF for qemu-devel@nongnu.org; Sat, 13 Aug 2011 05:38:13 -0400 Message-ID: <4E464602.30209@mail.berlios.de> Date: Sat, 13 Aug 2011 11:38:10 +0200 From: Stefan Weil MIME-Version: 1.0 References: <1310758694-6360-1-git-send-email-weil@mail.berlios.de> In-Reply-To: <1310758694-6360-1-git-send-email-weil@mail.berlios.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] New patches for w32, w64 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: QEMU Developers Am 15.07.2011 21:38, schrieb Stefan Weil: > Here are some small patches needed for the w32 and w64 platforms. > > [PATCH 1/3] Fix conversions from pointer to tcg_target_long > [PATCH 2/3] w64: Add definition of FMT_pid > [PATCH 3/3] w32: Fix format string regression > > Kind regards, > Stefan What about these patches? Patch 1 was acked by two developers: http://patchwork.ozlabs.org/patch/104889/ Patch 2 was review by Andreas: http://patchwork.ozlabs.org/patch/104884/ Patch 3 was discussed a lot: http://patchwork.ozlabs.org/patch/104885/ At least the first two patches can be applied immediately. I also think that the third patch is correct and should be applied. It's only MinGW related and fixes a compiler error (regression) there. Cheers, Stefan