Re: [Qemu-devel] [PATCH] hw/dma: Compile the bcm2835_dma device as common object

2019-04-29 Thread Peter Maydell
On Sat, 27 Apr 2019 at 14:30, Philippe Mathieu-Daudé wrote: > > This device is used by both ARM (BCM2836, for raspi2) and AArch64 > (BCM2837, for raspi3) targets, and is not CPU-specific. > Move it to common object, so we build it once for all targets. > > Signed-off-by: Philippe Mathieu-Daudé >

[Qemu-devel] [PATCH] hw/dma: Compile the bcm2835_dma device as common object

2019-04-27 Thread Philippe Mathieu-Daudé
This device is used by both ARM (BCM2836, for raspi2) and AArch64 (BCM2837, for raspi3) targets, and is not CPU-specific. Move it to common object, so we build it once for all targets. Signed-off-by: Philippe Mathieu-Daudé --- hw/dma/Makefile.objs | 2 +- 1 file changed, 1 insertion(+), 1 deleti