Re: [Qemu-devel] [RFC PATCH 02/12] ppc4xx: Make MAL emulation more generic

2017-08-14 Thread David Gibson
On Sun, Aug 13, 2017 at 07:04:38PM +0200, BALATON Zoltan wrote: > Allow MAL with more RX and TX channels as found in newer versions. > > Signed-off-by: BALATON Zoltan Looks reasonable. Reviewed-by: David Gibson > --- > hw/ppc/ppc405_uc.c | 2 +- > hw/ppc/ppc4xx_devs.c| 171 >

[Qemu-devel] [RFC PATCH 02/12] ppc4xx: Make MAL emulation more generic

2017-08-13 Thread BALATON Zoltan
Allow MAL with more RX and TX channels as found in newer versions. Signed-off-by: BALATON Zoltan --- hw/ppc/ppc405_uc.c | 2 +- hw/ppc/ppc4xx_devs.c| 171 +++- include/hw/ppc/ppc4xx.h | 3 +- 3 files changed, 70 insertions(+), 106 deletion