Statistics
| Branch: | Revision:

root / hw / arm @ baaeda08

Name Size
Makefile.objs 359 Bytes
armv7m.c 7.5 kB
boot.c 14.9 kB
collie.c 2.1 kB
exynos4210.c 12.8 kB
exynos4_boards.c 5.5 kB
gumstix.c 3.8 kB
highbank.c 10.5 kB
integratorcp.c 15.9 kB
kzm.c 5.5 kB
mainstone.c 5.6 kB
musicpal.c 47.2 kB
nseries.c 42.6 kB
omap1.c 115.8 kB
omap2.c 86.1 kB
omap_sx1.c 7.5 kB
palm.c 9.2 kB
pic_cpu.c 1.7 kB
pxa2xx.c 68.3 kB
pxa2xx_gpio.c 10 kB
pxa2xx_pic.c 10.1 kB
realview.c 13 kB
spitz.c 32 kB
stellaris.c 38.6 kB
strongarm.c 42.1 kB
strongarm.h 1.5 kB
tosa.c 8.2 kB
versatilepb.c 12.1 kB
vexpress.c 18.4 kB
xilinx_zynq.c 7.8 kB
z2.c 9.7 kB

Latest revisions

# Date Author Comment
aa2beaa1 04/25/2013 10:45 pm Gerd Hoffmann

console: add device link to QemuConsoles

So it is possible to figure which qemu console displays which device.

Signed-off-by: Gerd Hoffmann <>

f4374c82 04/20/2013 02:39 pm Blue Swirl

Merge branch 'arm-devs.next' of git://git.linaro.org/people/pmaydell/qemu-arm

  • 'arm-devs.next' of git://git.linaro.org/people/pmaydell/qemu-arm:
    hw/versatile_pci: Drop unnecessary vpb_pci_config_addr()
    versatile_pci: Expose PCI memory space to system...
7468d73a 04/19/2013 01:15 pm Peter Maydell

versatile_pci: Implement the PCI controller's control registers

The versatile_pci PCI controller has a set of control registers which
handle the mapping between PCI and system address spaces. Implement
these registers (though for now they have no effect since we don't...

a2bff788 04/19/2013 01:15 pm Peter Maydell

arm/realview: Fix mapping of PCI regions

Fix the mapping of the PCI regions for the realview board, which were
all incorrect. (This was never noticed because the Linux kernel
doesn't actually include a PCI driver for the realview boards.)

Signed-off-by: Peter Maydell <>...

89a32d32 04/19/2013 01:15 pm Peter Maydell

versatile_pci: Expose PCI memory space to system

The VersatilePB's PCI controller exposes the PCI memory space to the
system via three regions controlled by the mapping control registers.
Implement this so that guests can actually use MMIO-BAR PCI cards....

5fb8084f 04/19/2013 01:15 pm Peter Maydell

versatile_pci: Expose PCI I/O region on Versatile PB

Comments in the QEMU source code claim that the version of the PCI
controller on the VersatilePB board doesn't support the PCI I/O
region, but this is incorrect; expose that region, map it in the
correct location, and drop the misleading comments....

e1fe50dc 04/19/2013 12:36 pm Stefan Weil

Remove unneeded type casts

cpu_physical_memory_read, cpu_physical_memory_write take any pointer
as 2nd argument without needing a type cast.

Signed-off-by: Stefan Weil <>
Reviewed-by: Andreas Färber <>
Signed-off-by: Stefan Hajnoczi <>

380cd056 04/16/2013 10:03 am Gerd Hoffmann

console: add GraphicHwOps

Pass a single GraphicHwOps struct pointer to graphic_console_init,
instead of a bunch of function pointers.

Signed-off-by: Gerd Hoffmann <>

2c62f08d 04/16/2013 10:03 am Gerd Hoffmann

console: simplify screendump

Screendumps are alot simpler as we can update non-active
QemuConsoles now. So we only need to update the QemuConsole
we want write out, then dump the DisplaySurface content into
a ppm file. Done.

No console switching needed. No special support code in the...

dccfcd0e 04/15/2013 07:19 pm Paolo Bonzini

sysemu: avoid proliferation of include/ subdirectories

Signed-off-by: Paolo Bonzini <>

View revisions

Also available in: Atom