Message ID | 20210213002520.1374134-1-dje@google.com (mailing list archive) |
---|---|
Headers | show |
Series | Add npcm7xx emc model | expand |
On Sat, 13 Feb 2021 at 00:25, Doug Evans <dje@google.com> 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/arm: Add npcm7xx emc model > tests/qtests: Add npcm7xx emc model test > Applied to target-arm.next, thanks. -- PMM
On Tue, 16 Feb 2021 at 14:28, Peter Maydell <peter.maydell@linaro.org> wrote: > > On Sat, 13 Feb 2021 at 00:25, Doug Evans <dje@google.com> 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/arm: Add npcm7xx emc model > > tests/qtests: Add npcm7xx emc model test > > > > > Applied to target-arm.next, thanks. Dropped again: it failed some oddball config in the gitlab CI: https://gitlab.com/qemu-project/qemu/-/jobs/1034174731#L12 -- PMM
On Wed, Feb 17, 2021 at 3:01 AM Peter Maydell <peter.maydell@linaro.org> wrote: > On Tue, 16 Feb 2021 at 14:28, Peter Maydell <peter.maydell@linaro.org> > wrote: > > > > On Sat, 13 Feb 2021 at 00:25, Doug Evans <dje@google.com> 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/arm: Add npcm7xx emc model > > > tests/qtests: Add npcm7xx emc model test > > > > > > > > > Applied to target-arm.next, thanks. > > Dropped again: it failed some oddball config in the gitlab CI: > https://gitlab.com/qemu-project/qemu/-/jobs/1034174731#L12 > > -- PMM > Yeah, the test needs to watch for --disable-slirp. Fixed in v5: https://lists.nongnu.org/archive/html/qemu-devel/2021-02/msg06030.html