All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/12] arm-devs queue
@ 2012-01-04 13:56 Peter Maydell
  2012-01-04 13:56 ` [Qemu-devel] [PATCH 01/12] hw/pl181.c: Add save/load support Peter Maydell
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Peter Maydell @ 2012-01-04 13:56 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: qemu-devel

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2012-01-04 18:03 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-04 13:56 [Qemu-devel] [PULL 00/12] arm-devs queue Peter Maydell
2012-01-04 13:56 ` [Qemu-devel] [PATCH 01/12] hw/pl181.c: Add save/load support Peter Maydell
2012-01-04 13:56 ` [Qemu-devel] [PATCH 02/12] hw/pl110.c: Add post-load hook to invalidate display Peter Maydell
2012-01-04 13:56 ` [Qemu-devel] [PATCH 03/12] hw/omap1.c: omap_mpuio_init() need not be public Peter Maydell
2012-01-04 13:56 ` [Qemu-devel] [PATCH 04/12] hw/omap1.c: Separate PWL from omap_mpu_state Peter Maydell
2012-01-04 13:56 ` [Qemu-devel] [PATCH 05/12] hw/omap1.c: Separate PWT " Peter Maydell
2012-01-04 13:56 ` [Qemu-devel] [PATCH 06/12] hw/omap1.c: Separate dpll_ctl " Peter Maydell
2012-01-04 13:56 ` [Qemu-devel] [PATCH 07/12] hw/omap1.c: Drop unused includes Peter Maydell
2012-01-04 13:56 ` [Qemu-devel] [PATCH 08/12] hw/omap_gpmc: Fix region map/unmap when configuring prefetch engine Peter Maydell
2012-01-04 13:56 ` [Qemu-devel] [PATCH 09/12] arm: add missing scu registers Peter Maydell
2012-01-04 13:56 ` [Qemu-devel] [PATCH 10/12] arm: Set frequencies for arm_timer Peter Maydell
2012-01-04 13:56 ` [Qemu-devel] [PATCH 11/12] arm: add dummy gic security registers Peter Maydell
2012-01-04 13:56 ` [Qemu-devel] [PATCH 12/12] add L2x0/PL310 cache controller device Peter Maydell
2012-01-04 17:56 ` [Qemu-devel] [PULL 00/12] arm-devs queue Anthony Liguori

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.