Hi; this is a pullreq for the arm-devs queue; nothing hugely exciting
here unless you count the final part of the -dtb support. Please pull.
thanks
-- PMM
The following changes since commit 7c51c1aa03a52b9fd75ed1ade2e65d079ae4d50e:
Merge remote-tracking branch 'kwolf/for-anthony' into staging (2012-02-29
12:57:28 -0600)
are available in the git repository at:
git://git.linaro.org/people/pmaydell/qemu-arm.git arm-devs.for-upstream
Grant Likely (1):
arm: add device tree support
Peter Maydell (1):
hw/arm11mpcore: Fix broken realview_mpcore/arm11mpcore_priv properties
Rusty Russell (2):
arm: clean up GIC constants
arm: make sure that number of irqs can be represented in GICD_TYPER.
Makefile.target | 1 +
configure | 1 +
hw/arm-misc.h | 1 +
hw/arm11mpcore.c | 20 +++++-----
hw/arm_boot.c | 102 ++++++++++++++++++++++++++++++++++++++++++++++++++---
hw/arm_gic.c | 50 ++++++++++++++++----------
qemu-config.c | 4 ++
qemu-options.hx | 9 +++++
vl.c | 8 ++++
9 files changed, 161 insertions(+), 35 deletions(-)