Re: [Qemu-devel] [PATCH v2 8/8] vexpress: Add virtio-mmio transports

2013-07-15 Thread Peter Maydell
On 15 July 2013 01:17, Peter Crosthwaite wrote: > On Sat, Jul 13, 2013 at 6:37 AM, Peter Maydell > wrote: >> +static int add_virtio_mmio_node(void *fdt, uint32_t acells, uint32_t scells, >> +hwaddr addr, hwaddr size, uint32_t intc, >> +

Re: [Qemu-devel] [PATCH v2 8/8] vexpress: Add virtio-mmio transports

2013-07-14 Thread Peter Crosthwaite
Hi, On Sat, Jul 13, 2013 at 6:37 AM, Peter Maydell wrote: > Add some virtio-mmio transports to the vexpress board model, > together with a modify_dtb hook which adds them to the device > tree so that the kernel will probe for them. We put them > in a reserved area of the address map. > > Signed-o

[Qemu-devel] [PATCH v2 8/8] vexpress: Add virtio-mmio transports

2013-07-12 Thread Peter Maydell
Add some virtio-mmio transports to the vexpress board model, together with a modify_dtb hook which adds them to the device tree so that the kernel will probe for them. We put them in a reserved area of the address map. Signed-off-by: Peter Maydell --- hw/arm/vexpress.c | 99 +++