From mboxrd@z Thu Jan 1 00:00:00 1970 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 From: Peter Maydell Date: Wed, 4 Jan 2012 13:56:14 +0000 Message-Id: <1325685386-23315-1-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 00/12] arm-devs queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@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