qemu-arm
[Top][All Lists]
Advanced

[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:43:26 +0000

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.)

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]