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

2018-02-19 Thread David Gibson
On Mon, Feb 19, 2018 at 06:19:12PM +, 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 Applied, thanks. > --- > hw/misc/macio/macio.c | 13 +++---

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

2018-02-19 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/