Re: [PATCH v3 0/3] Add npcm7xx emc model

2021-02-12 Thread Doug Evans
On Thu, Feb 11, 2021 at 11:48 AM Peter Maydell wrote: > On Thu, 11 Feb 2021 at 11:34, Peter Maydell > wrote: > > > > On Tue, 9 Feb 2021 at 01:55, Doug Evans wrote: > > > > > > This is a 10/100 ethernet device that has several features. > > > Only the ones needed by the Linux driver have been im

Re: [PATCH v3 0/3] Add npcm7xx emc model

2021-02-11 Thread Peter Maydell
On Thu, 11 Feb 2021 at 11:34, Peter Maydell wrote: > > On Tue, 9 Feb 2021 at 01:55, 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.

Re: [PATCH v3 0/3] Add npcm7xx emc model

2021-02-11 Thread Peter Maydell
On Tue, 9 Feb 2021 at 01:55, 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. > > Doug Evans (3): > hw/net: Add npcm7xx emc model > hw/ar

[PATCH v3 0/3] Add npcm7xx emc model

2021-02-08 Thread Doug Evans via
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. Doug Evans (3): hw/net: Add npcm7xx emc model hw/arm: Add npcm7xx emc model tests/qtests: Add npcm7xx emc model