From patchwork Mon Nov 26 18:55:51 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Graf X-Patchwork-Id: 202006 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 4D09F2C0098 for ; Tue, 27 Nov 2012 05:56:16 +1100 (EST) Received: from localhost ([::1]:50323 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Td3qo-0004uJ-DG for incoming@patchwork.ozlabs.org; Mon, 26 Nov 2012 13:56:14 -0500 Received: from eggs.gnu.org ([208.118.235.92]:41296) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Td3qc-0004tt-Pk for qemu-devel@nongnu.org; Mon, 26 Nov 2012 13:56:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Td3qb-0003eF-3B for qemu-devel@nongnu.org; Mon, 26 Nov 2012 13:56:02 -0500 Received: from cantor2.suse.de ([195.135.220.15]:35489 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Td3qa-0003e4-Tw; Mon, 26 Nov 2012 13:56:01 -0500 Received: from relay2.suse.de (unknown [195.135.220.254]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx2.suse.de (Postfix) with ESMTP id 58BBEA4C0E; Mon, 26 Nov 2012 19:56:00 +0100 (CET) From: Alexander Graf To: "qemu-devel@nongnu.org qemu-devel" Date: Mon, 26 Nov 2012 19:55:51 +0100 Message-Id: <1353956157-26879-1-git-send-email-agraf@suse.de> X-Mailer: git-send-email 1.6.0.2 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x X-Received-From: 195.135.220.15 Cc: Blue Swirl , "qemu-ppc@nongnu.org List" , Aurelien Jarno Subject: [Qemu-devel] [PULL 1.3 0/6] ppc 1.3 patch queue 2012-11-26 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 Hi Blue / Aurelien, This is my patch queue for ppc with patches that should go into 1.3. Please pull. Alex The following changes since commit cab1e8f3e37d8e883c270e3afd9c7c1c18332f0e: Anthony Liguori (1): Merge remote-tracking branch 'qemu-kvm/uq/master' into staging are available in the git repository at: git://repo.or.cz/qemu/agraf.git ppc-for-upstream-1.3 Alexander Graf (1): fbdev: fix pixman compile on old pixman Alexey Kardashevskiy (2): kvm: fix incorrect length in a loop over kvm dirty pages map pseries: Fix bug in PCI MSI allocation Julio Guerra (1): PPC: Fix missing TRACE exception Peter Maydell (2): hw/ide/macio: Fix segfault caused by NULL DMAContext* vl.c: Fix broken -usb option hw/ide/macio.c | 6 ++++-- hw/spapr_pci.c | 2 +- kvm-all.c | 2 +- qemu-pixman.c | 2 ++ target-ppc/translate.c | 3 ++- vl.c | 12 ++++-------- 6 files changed, 14 insertions(+), 13 deletions(-)