[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v7 00/11] Implementation of NPI Mailbox and GMAC Networking M
From: |
Peter Maydell |
Subject: |
Re: [PATCH v7 00/11] Implementation of NPI Mailbox and GMAC Networking Module |
Date: |
Thu, 14 Dec 2023 11:49:10 +0000 |
On Thu, 14 Dec 2023 at 11:43, Peter Maydell <peter.maydell@linaro.org> wrote:
>
> On Mon, 11 Dec 2023 at 17:52, Nabih Estefan <nabihestefan@google.com> wrote:
> >
> > From: Nabih Estefan Diaz <nabihestefan@google.com>
> >
> > [Changes since v6]
> > Remove the Change-Ids from the commit messages.
> >
>
> This doesn't compile:
>
> ../../hw/net/npcm_gmac.c:889:43: error: too few arguments to function
> call, expected 6, have 5
> dev->id, gmac);
> ^
> /mnt/nvmedisk/linaro/qemu-from-laptop/qemu/include/net/net.h:159:11:
> note: 'qemu_new_nic' declared here
> NICState *qemu_new_nic(NetClientInfo *info,
> ^
> 1 error generated.
>
> Please make sure you've rebased the series on the most
> recent head-of-git. (In this case you are missing the
> necessary changes to cope with commit 7d0fefdf81f5
> which added an extra argument to this function.)
Also, when you're resending please check your cc list.
You have had a typo in Jason Wang's email address for I
think every version of this series, which means when I hit
'reply all' I get a bounce message. The email address
in MAINTAINERS for him has the correct spelling.
thanks
-- PMM
- [PATCH v7 04/11] hw/net: Add NPCMXXX GMAC device, (continued)
- [PATCH v7 04/11] hw/net: Add NPCMXXX GMAC device, Nabih Estefan, 2023/12/11
- [PATCH v7 05/11] hw/arm: Add GMAC devices to NPCM7XX SoC, Nabih Estefan, 2023/12/11
- [PATCH v7 03/11] hw/misc: Add qtest for NPCM7xx PCI Mailbox, Nabih Estefan, 2023/12/11
- [PATCH v7 07/11] include/hw/net: Implemented Classes and Masks for GMAC Descriptors, Nabih Estefan, 2023/12/11
- [PATCH v7 08/11] hw/net: General GMAC Implementation, Nabih Estefan, 2023/12/11
- [PATCH v7 06/11] tests/qtest: Creating qtest for GMAC Module, Nabih Estefan, 2023/12/11
- [PATCH v7 10/11] hw/net: GMAC Tx Implementation, Nabih Estefan, 2023/12/11
- [PATCH v7 11/11] tests/qtest: Adding PCS Module test to GMAC Qtest, Nabih Estefan, 2023/12/11
- [PATCH v7 09/11] hw/net: GMAC Rx Implementation, Nabih Estefan, 2023/12/11
- Re: [PATCH v7 00/11] Implementation of NPI Mailbox and GMAC Networking Module, Peter Maydell, 2023/12/14
- Re: [PATCH v7 00/11] Implementation of NPI Mailbox and GMAC Networking Module,
Peter Maydell <=