From patchwork Wed Jul 31 21:27:59 2013 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: 263817 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id ACB472C0092 for ; Thu, 1 Aug 2013 08:15:22 +1000 (EST) Received: from localhost ([::1]:51354 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V4efv-0000HY-F0 for incoming@patchwork.ozlabs.org; Wed, 31 Jul 2013 18:15:19 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45744) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V4efY-0000D9-Ea for qemu-devel@nongnu.org; Wed, 31 Jul 2013 18:15:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V4efS-0008Py-Ky for qemu-devel@nongnu.org; Wed, 31 Jul 2013 18:14:56 -0400 Received: from mout.web.de ([212.227.17.11]:50455) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V4dwG-0007F8-PB for qemu-devel@nongnu.org; Wed, 31 Jul 2013 17:28:08 -0400 Received: from localhost.localdomain ([84.148.2.14]) by smtp.web.de (mrweb102) with ESMTPSA (Nemesis) id 0MZUWH-1UlkXj485N-00LCfr for ; Wed, 31 Jul 2013 23:28:07 +0200 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= To: qemu-devel@nongnu.org Date: Wed, 31 Jul 2013 23:27:59 +0200 Message-Id: <1375306081-9234-1-git-send-email-andreas.faerber@web.de> X-Mailer: git-send-email 1.8.1.4 MIME-Version: 1.0 X-Provags-ID: V03:K0:rXCXMokqu2Xwwtps45y0om6xeLd8ItoNwuoGfRH/V84J5tnfctP WEFRGA3gyUyZLFH0JYFdC9C7dBlz5esLAtTl9JiO1i4Gim4TXc9wQ06bLOqx/yu0ZWpFoch MoT0AF4miLEtzIjiFkqNDeVmdTwVjryVzGbpgRIscPqNgtu21yRNznO7bDWL+9fReq9kuch HVdAaQh8IL+XfDhm5f9UA== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.17.11 Cc: =?UTF-8?q?Andreas=20F=C3=A4rber?= , hpoussin@reactos.org, anthony@codemonkey.ws Subject: [Qemu-devel] [PULL for-1.6 0/2] PReP patch queue 2013-07-31 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, Please pull the PowerPC Reference Platform (PReP) queue into qemu.git master. The following changes since commit 1197cbb9eda1dc82e2fa1815ca62bc3de158353e: qdev: Use clz in print_size (2013-07-31 07:54:21 -0500) are available in the git repository at: git://github.com/afaerber/qemu-cpu.git tags/prep-for-upstream for you to fetch changes up to 5c9736789b79ea49cd236ac326f0a414f63b1015: i82378: Cleanup implementation (2013-07-31 23:25:41 +0200) ---------------------------------------------------------------- PReP machine and devices * Fixes for i82378 PCI-ISA bridge endianness handling ---------------------------------------------------------------- Hervé Poussineau (2): pci-host/prep: Set isa_mem_base in the PCI host bridge i82378: Cleanup implementation hw/isa/i82378.c | 215 +++++++++++------------------------------------------ hw/pci-host/prep.c | 2 + 2 files changed, 44 insertions(+), 173 deletions(-)