qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 00/16] arm-devs queue


From: Peter Maydell
Subject: [Qemu-devel] [PULL 00/16] arm-devs queue
Date: Fri, 13 Apr 2012 14:04:45 +0100

This is a pullreq for the arm-devs queue. A couple of Exynos
fixes, plus my "make the GIC a sysbus device" series.

NOTE: I have sneaked in a one line fix to "hw/arm_gic: Make the
GIC its own sysbus device" -- adding the missing DEFINE_PROP_END_OF_LIST()
to the arm_gic_properties[] array. It didn't seem worth rebroadcasting
the whole series for a one-line triviality which I spotted myself,
and the series as a whole has been on the list a decent length of time.

Please pull.

thanks
-- PMM


The following changes since commit dadc1064c348545695b8a14d9dc72ccaa2983be7:

  target-microblaze: added PetaLogix copyright (2012-04-12 09:56:51 +0200)

are available in the git repository at:
  git://git.linaro.org/people/pmaydell/qemu-arm.git arm-devs.for-upstream


Daniel P. Berrange (1):
      Fix bit test in Exynos4210 UART emulation to use & instead of &&

Evgeny Voevodin (2):
      ARM: Exynos4210: Drop gic_cpu_write() after initialization.
      hw/exynos4210_combiner.c: Drop excessive read/write access check.

Peter Maydell (13):
      hw/arm_gic: Move NCPU definition to arm_gic.c
      hw/arm_gic: Move gic_get_current_cpu into arm_gic.c
      hw/arm_gic: Expose PPI inputs as gpio inputs
      hw/arm_gic: Make the GIC its own sysbus device
      hw/a15mpcore: switch to using sysbus GIC
      hw/a9mpcore: Switch to using sysbus GIC
      hw/realview_gic: switch to sysbus GIC
      hw/exynos4210_gic: Convert to using sysbus GIC
      hw/arm11mpcore: Convert to using sysbus GIC device
      hw/arm_gic: Make gic_reset a sysbus reset function
      hw/arm_gic: Use NVIC instead of LEGACY_INCLUDED_GIC define
      hw/arm_gic: gic_set_pending_private() is NVIC only
      hw/arm_gic: Remove stray hardcoded tab

 Makefile.target          |    1 +
 hw/a15mpcore.c           |   46 +++++++------
 hw/a9mpcore.c            |   72 ++++++++++-----------
 hw/arm11mpcore.c         |   56 +++++++++--------
 hw/arm_gic.c             |  157 +++++++++++++++++++++++++++++++++++++++-------
 hw/armv7m_nvic.c         |   24 +++++---
 hw/exynos4210.c          |   30 +++++++++
 hw/exynos4210.h          |    3 +
 hw/exynos4210_combiner.c |   10 ---
 hw/exynos4210_gic.c      |   48 ++++++++------
 hw/exynos4210_uart.c     |    6 +-
 hw/exynos4_boards.c      |    1 +
 hw/realview_gic.c        |   46 ++++++++------
 13 files changed, 331 insertions(+), 169 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]