Re: [Qemu-devel] [RFC PATCH v2 3/3] hw/vfio: add pl330 device support

2015-01-15 Thread Eric Auger
On 12/22/2014 05:23 PM, Baptiste Reynal wrote: > Create a meta-device for PL330 DMA. > Add add_arm_pl330_fdt_node function, with multiple compatible string > and clocks support. > > Signed-off-by: Baptiste Reynal > --- > hw/arm/sysbus-fdt.c | 84 > ++

[Qemu-devel] [RFC PATCH v2 3/3] hw/vfio: add pl330 device support

2014-12-22 Thread Baptiste Reynal
Create a meta-device for PL330 DMA. Add add_arm_pl330_fdt_node function, with multiple compatible string and clocks support. Signed-off-by: Baptiste Reynal --- hw/arm/sysbus-fdt.c | 84 hw/vfio/Makefile.objs| 1 + hw/vfio/pl330.c