Re: [Qemu-devel] [PATCH 07/19] aspeed: add support for multiple NICs

2019-05-26 Thread Cédric Le Goater
On 26/05/2019 03:01, Keno Fischer wrote: > Drive by comment, since I spotted this in my inbox. > When I tried to make this change (two years ago though), > I additionally needed the following. Unfortunately, I don't quite remember > exactly what the issue was, but I think qemu would crash trying to

Re: [Qemu-devel] [PATCH 07/19] aspeed: add support for multiple NICs

2019-05-25 Thread Keno Fischer
Drive by comment, since I spotted this in my inbox. When I tried to make this change (two years ago though), I additionally needed the following. Unfortunately, I don't quite remember exactly what the issue was, but I think qemu would crash trying to create more than one nic. --- hw/net/ftgmac100

[Qemu-devel] [PATCH 07/19] aspeed: add support for multiple NICs

2019-05-25 Thread Cédric Le Goater
The Aspeed SoCs have two MACs. Extend the Aspeed model to support a second NIC. Signed-off-by: Cédric Le Goater --- include/hw/arm/aspeed_soc.h | 3 ++- hw/arm/aspeed_soc.c | 33 +++-- 2 files changed, 21 insertions(+), 15 deletions(-) diff --git a/include/h