From patchwork Wed Jan 4 13:56:14 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Peter Maydell X-Patchwork-Id: 134278 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 3085FB6FB4 for ; Thu, 5 Jan 2012 02:11:15 +1100 (EST) Received: from localhost ([::1]:47154 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiRoN-0002C4-Ms for incoming@patchwork.ozlabs.org; Wed, 04 Jan 2012 09:27:27 -0500 Received: from eggs.gnu.org ([140.186.70.92]:58592) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiRnk-0000Ne-95 for qemu-devel@nongnu.org; Wed, 04 Jan 2012 09:26:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RiRni-00042B-Pt for qemu-devel@nongnu.org; Wed, 04 Jan 2012 09:26:48 -0500 Received: from mnementh.archaic.org.uk ([81.2.115.146]:51886) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiRni-00041F-G5 for qemu-devel@nongnu.org; Wed, 04 Jan 2012 09:26:46 -0500 Received: from pm215 by mnementh.archaic.org.uk with local (Exim 4.72) (envelope-from ) id 1RiRKM-00064T-JK; Wed, 04 Jan 2012 13:56:26 +0000 From: Peter Maydell To: Anthony Liguori Date: Wed, 4 Jan 2012 13:56:14 +0000 Message-Id: <1325685386-23315-1-git-send-email-peter.maydell@linaro.org> X-Mailer: git-send-email 1.7.2.5 MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 81.2.115.146 Cc: qemu-devel@nongnu.org Subject: [Qemu-devel] [PULL 00/12] arm-devs queue 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 This is a pullreq for accumulated arm-devs patches; please pull. NB: over the Christmas break my usual workflow got a bit disrupted so I might have missed some patches; if there's anything that you were expecting to be in here but isn't, please ping, resubmit the patch, etc. -- PMM The following changes since commit f3c6a169a39d188e98c17a0a0ebfa7f85e5aafdd: Merge remote-tracking branch 'qemu-kvm/memory/page_desc' into staging (2012-01-03 14:39:05 -0600) are available in the git repository at: git://git.linaro.org/people/pmaydell/qemu-arm.git arm-devs.for-upstream Juha Riihimäki (3): hw/omap1.c: Separate PWL from omap_mpu_state hw/omap1.c: Separate PWT from omap_mpu_state hw/omap1.c: Separate dpll_ctl from omap_mpu_state Mark Langsdorf (1): arm: Set frequencies for arm_timer Peter Maydell (5): hw/pl181.c: Add save/load support hw/pl110.c: Add post-load hook to invalidate display hw/omap1.c: omap_mpuio_init() need not be public hw/omap1.c: Drop unused includes hw/omap_gpmc: Fix region map/unmap when configuring prefetch engine Rob Herring (3): arm: add missing scu registers arm: add dummy gic security registers add L2x0/PL310 cache controller device Makefile.target | 1 + hw/a9mpcore.c | 36 ++++++++++- hw/arm_gic.c | 6 ++ hw/arm_l2x0.c | 181 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ hw/arm_timer.c | 24 ++++++-- hw/omap.h | 28 +-------- hw/omap1.c | 151 +++++++++++++++++++++++++++------------------- hw/omap_gpmc.c | 30 +++++++--- hw/pl110.c | 11 ++++ hw/pl181.c | 49 ++++++++++++--- 10 files changed, 404 insertions(+), 113 deletions(-) create mode 100644 hw/arm_l2x0.c