From patchwork Thu Jan 19 10:32:02 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 136806 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 9DAD31007D8 for ; Thu, 19 Jan 2012 21:33:00 +1100 (EST) Received: from localhost ([::1]:53999 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RnpIV-0001J1-RA for incoming@patchwork.ozlabs.org; Thu, 19 Jan 2012 05:32:47 -0500 Received: from eggs.gnu.org ([140.186.70.92]:58638) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RnpIN-0001Ie-J7 for qemu-devel@nongnu.org; Thu, 19 Jan 2012 05:32:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RnpIH-00070C-KZ for qemu-devel@nongnu.org; Thu, 19 Jan 2012 05:32:39 -0500 Received: from e06smtp13.uk.ibm.com ([195.75.94.109]:35907) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RnpIH-000701-BL for qemu-devel@nongnu.org; Thu, 19 Jan 2012 05:32:33 -0500 Received: from /spool/local by e06smtp13.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 19 Jan 2012 10:32:31 -0000 Received: from d06nrmr1707.portsmouth.uk.ibm.com (9.149.39.225) by e06smtp13.uk.ibm.com (192.168.101.143) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Thu, 19 Jan 2012 10:32:30 -0000 Received: from d06av11.portsmouth.uk.ibm.com (d06av11.portsmouth.uk.ibm.com [9.149.37.252]) by d06nrmr1707.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q0JAWUtj2691260 for ; Thu, 19 Jan 2012 10:32:30 GMT Received: from d06av11.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av11.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q0JAWTeu013931 for ; Thu, 19 Jan 2012 03:32:29 -0700 Received: from localhost (stefanha-thinkpad.manchester-maybrook.uk.ibm.com [9.174.219.31]) by d06av11.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id q0JAWTpM013914; Thu, 19 Jan 2012 03:32:29 -0700 From: Stefan Hajnoczi To: Anthony Liguori Date: Thu, 19 Jan 2012 10:32:02 +0000 Message-Id: <1326969127-22458-1-git-send-email-stefanha@linux.vnet.ibm.com> X-Mailer: git-send-email 1.7.8.3 MIME-Version: 1.0 x-cbid: 12011910-2966-0000-0000-000002F66B5F X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 195.75.94.109 Cc: qemu-devel@nongnu.org, Stefan Hajnoczi Subject: [Qemu-devel] [PULL 0/5] Trivial patches for 14 to 19 January 2012 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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 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(-)