From patchwork Wed Aug 15 20:27:11 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: 177794 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 3BB252C0085 for ; Thu, 16 Aug 2012 06:27:43 +1000 (EST) Received: from localhost ([::1]:58767 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1kBp-0001eG-7F for incoming@patchwork.ozlabs.org; Wed, 15 Aug 2012 16:27:41 -0400 Received: from eggs.gnu.org ([208.118.235.92]:60244) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1kBZ-0001Qr-QA for qemu-devel@nongnu.org; Wed, 15 Aug 2012 16:27:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T1kBY-00018D-Hk for qemu-devel@nongnu.org; Wed, 15 Aug 2012 16:27:25 -0400 Received: from mout.web.de ([212.227.15.4]:60998) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1kBW-00017W-6Q; Wed, 15 Aug 2012 16:27:22 -0400 Received: from localhost.localdomain ([84.148.55.121]) by smtp.web.de (mrweb103) with ESMTPSA (Nemesis) id 0MMEvB-1T38pe478n-008hGU; Wed, 15 Aug 2012 22:27:21 +0200 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= To: qemu-devel@nongnu.org Date: Wed, 15 Aug 2012 22:27:11 +0200 Message-Id: <1345062434-9211-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:kHZqGXSiUE3x3u5JrnyE9v9r+DIohUPmuYrudttlEw3 bmVCwjU22AdNHyfKZzmi1JsXld+FGJ8Ujvwt7SyxxtmsqtfitQ vF2IQURngtML9UlMCeLqJNweUbzYhcPpmsYvnawfIEgXC2EyMZ fxHnFUHRfcMSji9jEEBieSnjUePMsobn8ty1gT6yUXe2po44Ze FGQvbbGfzIs4pI6SH0PVA== X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 212.227.15.4 Cc: =?UTF-8?q?Andreas=20F=C3=A4rber?= , qemu-ppc@nongnu.org, anthony@codemonkey.ws Subject: [Qemu-devel] [PULL] PReP patch queue 2012-08-15 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 Anthony, Please pull the PowerPC Reference Platform (PReP) queue into qemu.git master. With Alex' and Hervé's blessing this contains both fixes for runtime errors trying to use -M prep on qemu-system-ppc64 and well as some progress QOM'ifying the pc87312 Super I/O chipset. The following changes since commit 76b64a7aa84965ee9c7594058a43b00c2a14c72e: win32: provide separate macros for weak decls and definitions (2012-08-15 13:26:03 -0500) are available in the git repository at: git://repo.or.cz/qemu/afaerber.git prep-up Andreas Färber (1): prep: Include devices for ppc64 as well Hervé Poussineau (2): prep: Add pc87312 Super I/O emulation prep: Use pc87312 device instead of collection of random ISA devices MAINTAINERS | 1 + default-configs/ppc-softmmu.mak | 2 + default-configs/ppc64-softmmu.mak | 5 + hw/Makefile.objs | 1 + hw/pc87312.c | 386 +++++++++++++++++++++++++++++++++++++ hw/pc87312.h | 66 +++++++ hw/ppc_prep.c | 39 +--- trace-events | 8 + 8 files changed, 476 insertions(+), 32 deletions(-) create mode 100644 hw/pc87312.c create mode 100644 hw/pc87312.h