Re: [Qemu-devel] [PATCHv2 01/11] macio: embed DBDMA device directly within macio

2018-02-20 Thread Philippe Mathieu-Daudé
On 02/20/2018 03:41 PM, Mark Cave-Ayland wrote: > The current recommendation is to embed subdevices directly within their > container > device, so do this for the DBDMA device. > > Signed-off-by: Mark Cave-Ayland Reviewed-by: Philippe Mathieu-Daudé > --- > hw/misc/macio/macio.c | 13 +++-

[Qemu-devel] [PATCHv2 01/11] macio: embed DBDMA device directly within macio

2018-02-20 Thread Mark Cave-Ayland
The current recommendation is to embed subdevices directly within their container device, so do this for the DBDMA device. Signed-off-by: Mark Cave-Ayland --- hw/misc/macio/macio.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/hw/misc/macio/macio.c b/hw/misc/