From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:33074) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rnx2R-0006h2-VU for qemu-devel@nongnu.org; Thu, 19 Jan 2012 13:48:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rnx2O-0000VK-2M for qemu-devel@nongnu.org; Thu, 19 Jan 2012 13:48:43 -0500 Received: from e36.co.us.ibm.com ([32.97.110.154]:38290) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rnx2N-0000Uv-Qo for qemu-devel@nongnu.org; Thu, 19 Jan 2012 13:48:40 -0500 Received: from /spool/local by e36.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 19 Jan 2012 11:48:39 -0700 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by d03dlp03.boulder.ibm.com (Postfix) with ESMTP id 2D55619D8048 for ; Thu, 19 Jan 2012 11:48:34 -0700 (MST) Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q0JImZCt213254 for ; Thu, 19 Jan 2012 13:48:35 -0500 Received: from d03av03.boulder.ibm.com (loopback [127.0.0.1]) by d03av03.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q0JIljx1013332 for ; Thu, 19 Jan 2012 11:47:46 -0700 Message-ID: <4F18654F.9010505@us.ibm.com> Date: Thu, 19 Jan 2012 12:47:43 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1326969127-22458-1-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1326969127-22458-1-git-send-email-stefanha@linux.vnet.ibm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PULL 0/5] Trivial patches for 14 to 19 January 2012 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org On 01/19/2012 04:32 AM, Stefan Hajnoczi wrote: > The following changes since commit 8c4ec5c0269bda18bb777a64b2008088d1c632dc: > > pxa2xx_keypad: fix unbalanced parenthesis. (2012-01-17 02:14:42 +0100) > > are available in the git repository at: > git://github.com/stefanha/qemu.git trivial-patches Pulled. Thanks. Regards, Anthony Liguori > > Andreas Färber (4): > qemu-tool: Fix mixup of int64 and int64_t > lm32: Fix mixup of uint32 and uint32_t > Makefile: Exclude tests/Makefile in unconfigured tree > Makefile: Remove generated headers on clean > > Stefan Weil (1): > tests: Silence gtester in Makefile > > Makefile | 3 +++ > hw/milkymist-vgafb_template.h | 2 +- > qemu-tool.c | 4 ++-- > tests/Makefile | 2 +- > 4 files changed, 7 insertions(+), 4 deletions(-) >