From patchwork Mon Apr 30 15:24:12 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Andreas_F=C3=A4rber?= X-Patchwork-Id: 155909 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 57F76B6FA1 for ; Tue, 1 May 2012 01:25:20 +1000 (EST) Received: from localhost ([::1]:38949 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SOsTW-0002fz-6y for incoming@patchwork.ozlabs.org; Mon, 30 Apr 2012 11:25:18 -0400 Received: from eggs.gnu.org ([208.118.235.92]:35085) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SOsSh-0000Y9-CU for qemu-devel@nongnu.org; Mon, 30 Apr 2012 11:24:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SOsSb-0003M3-3X for qemu-devel@nongnu.org; Mon, 30 Apr 2012 11:24:26 -0400 Received: from mout.web.de ([212.227.15.4]:51423) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SOsSa-0003JD-Ph for qemu-devel@nongnu.org; Mon, 30 Apr 2012 11:24:21 -0400 Received: from localhost.localdomain ([195.135.221.2]) by smtp.web.de (mrweb001) with ESMTPA (Nemesis) id 0MejSy-1SZxEZ0OWu-00OH8J; Mon, 30 Apr 2012 17:24:19 +0200 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= To: qemu-devel@nongnu.org Date: Mon, 30 Apr 2012 17:24:12 +0200 Message-Id: <1335799457-17125-1-git-send-email-andreas.faerber@web.de> X-Mailer: git-send-email 1.7.7 MIME-Version: 1.0 X-Provags-ID: V02:K0:bPa1Ak3GCkdlz2Li0vP1Zj6O/e5Kqj9AKMBjeMoIPyI nSJWppWsiKl4ulDHfcm6ipRcWrUpletwvpeL4fnm/djAjqRDUw QL7V/ObpjdKrJFSTPmqyNGZAbSKMZi1KBiP5ppT7Ou/B1l1qYB J5g4nwC3AF8sWhvQwCMI7zprvnDEbfKdM0Nhl1mzcJ7v+6GKhH maJ8wVklbslVEo8xSK34g== X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 212.227.15.4 Cc: blauwirbel@gmail.com, =?UTF-8?q?Andreas=20F=C3=A4rber?= Subject: [Qemu-devel] [PULL v2] PReP patch queue 2012-04-30 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 Hello Blue, Please pull the PowerPC Reference Platform (PReP) queue into qemu.git master. The following changes since commit 42fe1c245f0239ebcdc084740a1777ac3699d071: main-loop: Fix build for w32 and w64 (2012-04-28 09:25:54 +0000) are available in the git repository at: git://repo.or.cz/qemu/afaerber.git prep-up Hervé Poussineau (5): i82378/i82374: Do not create DMA controller twice fdc: Parametrize ISA base, IRQ and DMA isa: Add isa_bus_from_device() method prep: Initialize PC speaker prep: Move int-ack register from PReP to Raven PCI emulation hw/fdc.c | 17 ++++++++++------- hw/i82374.c | 5 ++++- hw/i82378.c | 5 +++-- hw/isa.h | 5 +++++ hw/ppc_prep.c | 40 ++++------------------------------------ hw/prep_pci.c | 17 +++++++++++++++++ 6 files changed, 43 insertions(+), 46 deletions(-)