From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52840) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzqgV-0007S5-JM for qemu-devel@nongnu.org; Fri, 10 Aug 2012 10:59:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SzqgT-0000YS-50 for qemu-devel@nongnu.org; Fri, 10 Aug 2012 10:59:31 -0400 Received: from e06smtp17.uk.ibm.com ([195.75.94.113]:52339) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzqgS-0000Xn-Rz for qemu-devel@nongnu.org; Fri, 10 Aug 2012 10:59:29 -0400 Received: from /spool/local by e06smtp17.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 10 Aug 2012 15:59:26 +0100 Received: from d06av05.portsmouth.uk.ibm.com (d06av05.portsmouth.uk.ibm.com [9.149.37.229]) by b06cxnps3075.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q7AExInR23068698 for ; Fri, 10 Aug 2012 14:59:18 GMT Received: from d06av05.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q7AExOfi018782 for ; Fri, 10 Aug 2012 08:59:24 -0600 From: Stefan Hajnoczi Date: Fri, 10 Aug 2012 15:59:19 +0100 Message-Id: <1344610762-26945-1-git-send-email-stefanha@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 0/3] Trivial patches for 3 to 10 August 2012 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org, Stefan Hajnoczi The following changes since commit 3d1d9652978ac5a32a0beb4bdf6065ca39440d89: handle device help before accelerator set up (2012-08-09 19:53:01 +0000) are available in the git repository at: git://github.com/stefanha/qemu.git trivial-patches for you to fetch changes up to b90372ad2a69a9cdad2a40766eb46f0a89d98535: target-arm: Fix typos in comments (2012-08-10 14:37:28 +0100) ---------------------------------------------------------------- Dunrong Huang (1): vl.c: Exit QEMU early if no machine is found Peter A. G. Crosthwaite (1): arm: translate: comment typo - s/middel/middle/ Peter Maydell (1): target-arm: Fix typos in comments target-arm/arm-semi.c | 2 +- target-arm/cpu.h | 2 +- target-arm/helper.c | 6 +++--- target-arm/neon_helper.c | 26 +++++++++++++------------- target-arm/op_helper.c | 2 +- target-arm/translate.c | 12 ++++++------ vl.c | 10 +++++----- 7 files changed, 30 insertions(+), 30 deletions(-) -- 1.7.10.4