Statistics
| Branch: | Revision:

root / hw / arm / virt.c @ 9eb08a43

History | View | Annotate | Download (15.5 kB)

# Date Author Comment
5a4348d1 12/20/2013 02:58 am Peter Crosthwaite

device_tree: s/qemu_devtree/qemu_fdt globally

The qemu_devtree API is a wrapper around the fdt_ set of APIs.
Rename accordingly.

Signed-off-by: Peter Crosthwaite <>
[agraf: also convert hw/arm/virt.c]
Signed-off-by: Alexander Graf <>

198aa064 12/10/2013 03:28 pm Peter Maydell

hw/arm/virt: Support -cpu host

Support -cpu host in virt machine (treating it like an A15, ie
with a GIC v2 and the A15's private peripherals.)

Signed-off-by: Peter Maydell <>
Reviewed-by: Christoffer Dall <>...

f5fdcd6e 12/10/2013 03:28 pm Peter Maydell

hw/arm: Add 'virt' platform

Add 'virt' platform support corresponding to arch/arm/mach-virt
in the Linux kernel tree. This has no platform-specific code but
can use any device whose kernel driver is is able to work purely
from a device tree node. We use this to instantiate a minimal...