Re: [Qemu-devel] [PATCH v2 06/21] aspeed: add support for multiple NICs

2019-06-18 Thread Joel Stanley
On Tue, 18 Jun 2019 at 16:54, Cédric Le Goater wrote: > > 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

[Qemu-devel] [PATCH v2 06/21] aspeed: add support for multiple NICs

2019-06-18 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