Re: [PATCH-for-5.0] hw/alpha/dp264: Use the DECchip Tulip network interface

2019-12-05 Thread Richard Henderson
On 12/4/19 3:39 PM, Philippe Mathieu-Daudé wrote: > Commit 34ea023d4b9 introduced the Tulip PCI NIC. > Since this better models the DP264 hardware, use it. > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/alpha/dp264.c | 4 ++-- > hw/alpha/Kconfig | 2 +- > 2 files changed, 3 insertions(+),

[PATCH-for-5.0] hw/alpha/dp264: Use the DECchip Tulip network interface

2019-12-04 Thread Philippe Mathieu-Daudé
Commit 34ea023d4b9 introduced the Tulip PCI NIC. Since this better models the DP264 hardware, use it. Signed-off-by: Philippe Mathieu-Daudé --- hw/alpha/dp264.c | 4 ++-- hw/alpha/Kconfig | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/alpha/dp264.c b/hw/alpha/dp264.c