From patchwork Thu Feb 21 09:50:28 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 222223 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id F1F142C0091 for ; Thu, 21 Feb 2013 20:51:01 +1100 (EST) Received: from localhost ([::1]:54534 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8Sns-0003Ye-8g for incoming@patchwork.ozlabs.org; Thu, 21 Feb 2013 04:51:00 -0500 Received: from eggs.gnu.org ([208.118.235.92]:60455) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8Snd-0003Xl-0H for qemu-devel@nongnu.org; Thu, 21 Feb 2013 04:50:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U8SnV-00071M-9B for qemu-devel@nongnu.org; Thu, 21 Feb 2013 04:50:44 -0500 Received: from mx1.redhat.com ([209.132.183.28]:20366) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8SnV-00071F-1H for qemu-devel@nongnu.org; Thu, 21 Feb 2013 04:50:37 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r1L9oaNT022201 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 21 Feb 2013 04:50:36 -0500 Received: from localhost (ovpn-112-33.ams2.redhat.com [10.36.112.33]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r1L9oZPh011027; Thu, 21 Feb 2013 04:50:35 -0500 From: Stefan Hajnoczi To: Date: Thu, 21 Feb 2013 10:50:28 +0100 Message-Id: <1361440233-8672-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.68 on 10.5.11.25 X-MIME-Autoconverted: from 8bit to quoted-printable by mx1.redhat.com id r1L9oaNT022201 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: Anthony Liguori , Stefan Hajnoczi Subject: [Qemu-devel] [PULL 0/5] Trivial patches for 6 to 21 February 2013 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 1.5 merge window is open, let's get patches moving again! The following changes since commit 7d2a929feba319c18603e324b1750830d6c8b7a1: vnc-tls: Fix compilation with newer versions of GNU-TLS (2013-02-18 08:40:20 -0600) are available in the git repository at: git://github.com/stefanha/qemu.git trivial-patches for you to fetch changes up to 159c9836d057d8990e71399e8a431b2b911e2885: .gitignore: Ignore optionrom/*.asm (2013-02-21 10:38:07 +0100) ---------------------------------------------------------------- Alin Tomescu (1): ppc: fix bamboo >256MB RAM initialization in hw/ppc4xx_devs.c Cole Robinson (1): .gitignore: Ignore optionrom/*.asm David Gibson (1): Add some missing qtest binaries to .gitignore Hervé Poussineau (1): Remove forward declaration of non-existant variable Peter Crosthwaite (1): xilinx_axienet.c: Assert no error when making link .gitignore | 3 +++ hw/ppc4xx_devs.c | 2 +- hw/xilinx_axienet.c | 4 +++- include/sysemu/sysemu.h | 1 - tests/.gitignore | 7 +++++++ 5 files changed, 14 insertions(+), 3 deletions(-)