From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56179) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T0cgK-0001Ez-3F for qemu-devel@nongnu.org; Sun, 12 Aug 2012 14:14:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T0cgJ-0005Ug-4W for qemu-devel@nongnu.org; Sun, 12 Aug 2012 14:14:32 -0400 Received: from mail-ob0-f173.google.com ([209.85.214.173]:62437) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T0cgJ-0005Rd-09 for qemu-devel@nongnu.org; Sun, 12 Aug 2012 14:14:31 -0400 Received: by mail-ob0-f173.google.com with SMTP id ta14so5357012obb.4 for ; Sun, 12 Aug 2012 11:14:30 -0700 (PDT) From: Anthony Liguori In-Reply-To: <1344610762-26945-1-git-send-email-stefanha@linux.vnet.ibm.com> References: <1344610762-26945-1-git-send-email-stefanha@linux.vnet.ibm.com> Date: Sun, 12 Aug 2012 13:14:29 -0500 Message-ID: <877gt4c70a.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [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: Stefan Hajnoczi Cc: qemu-devel@nongnu.org Stefan Hajnoczi writes: > 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) Pulled. Thanks. Regards, Anthony Liguori > > ---------------------------------------------------------------- > 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