From patchwork Mon Apr 30 14:47:14 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: 155883 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 B4B6AB6FA7 for ; Tue, 1 May 2012 00:48:20 +1000 (EST) Received: from localhost ([::1]:39858 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SOrti-0002ek-Id for incoming@patchwork.ozlabs.org; Mon, 30 Apr 2012 10:48:18 -0400 Received: from eggs.gnu.org ([208.118.235.92]:44284) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SOrsv-0000hd-DE for qemu-devel@nongnu.org; Mon, 30 Apr 2012 10:47:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SOrss-0003aO-8m for qemu-devel@nongnu.org; Mon, 30 Apr 2012 10:47:28 -0400 Received: from mout.web.de ([212.227.15.3]:51154) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SOrsr-0003Zg-Vj for qemu-devel@nongnu.org; Mon, 30 Apr 2012 10:47:26 -0400 Received: from localhost.localdomain ([195.135.221.2]) by smtp.web.de (mrweb002) with ESMTPA (Nemesis) id 0McneT-1SgoF038Xx-00HxuE; Mon, 30 Apr 2012 16:47:23 +0200 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= To: qemu-devel@nongnu.org Date: Mon, 30 Apr 2012 16:47:14 +0200 Message-Id: <1335797240-14255-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:B2pwIAyeN0/XxfBJ++cUx9or29m3Wbh43g5XgsNkeMB 442XbA5DY9sb3WZEyRTA93xmBclEUWeFpN/H/zB4lD5SVGMvzd mmChZVUNuBQokmaxSim06+oYub0HDUDdOLjV2ru0PV1VTfwOgF KG6qPgyRzfcDBs22oA95TKHgdCt4uzGliWLQOARZO0+QM7aIq3 Sbh3Dltxk2YmV35PtBMLQ== X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 212.227.15.3 Cc: blauwirbel@gmail.com, =?UTF-8?q?Andreas=20F=C3=A4rber?= Subject: [Qemu-devel] [PULL] 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 (4): 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 hw/fdc.c | 17 ++++++++++------- hw/i82374.c | 5 ++++- hw/i82378.c | 5 +++-- hw/isa.h | 5 +++++ hw/ppc_prep.c | 4 ++++ 5 files changed, 26 insertions(+), 10 deletions(-)