On Tue, 9 Feb 2021 at 01:26, Doug Evans wrote:
> On Mon, Feb 8, 2021 at 9:17 AM Peter Maydell wrote:
>> Don't put local variable declarations in the middle of functions,
>> please. Coding style says they should be at the start of a
>> block (so, here, the start of the function). It looks like you
On Mon, Feb 8, 2021 at 9:17 AM Peter Maydell
wrote:
> On Tue, 2 Feb 2021 at 23:29, Doug Evans wrote:
> >
> > This is a 10/100 ethernet device that has several features.
> > Only the ones needed by the Linux driver have been implemented.
> > See npcm7xx_emc.c for a list of unimplemented features.
On Tue, 2 Feb 2021 at 23:29, Doug Evans wrote:
>
> This is a 10/100 ethernet device that has several features.
> Only the ones needed by the Linux driver have been implemented.
> See npcm7xx_emc.c for a list of unimplemented features.
>
> Reviewed-by: Hao Wu
> Reviewed-by: Avi Fishman
> Signed-o
This is a 10/100 ethernet device that has several features.
Only the ones needed by the Linux driver have been implemented.
See npcm7xx_emc.c for a list of unimplemented features.
Reviewed-by: Hao Wu
Reviewed-by: Avi Fishman
Signed-off-by: Doug Evans
---
hw/net/meson.build | 1 +
h