On Mon, 14 Oct 2024 at 19:50, Roque Arcudia Hernandez <[email protected]> wrote:
>
> From: Nabih Estefan <[email protected]>
>
> Converting error to trace message to avoid spamming of message when
> there is nothing to transmit.
>
> Signed-off-by: Nabih Estefan <[email protected]>
> Signed-off-by: Roque Arcudia Hernandez <[email protected]>
> ---
> hw/net/npcm_gmac.c | 5 ++---
> hw/net/trace-events | 1 +
> 2 files changed, 3 insertions(+), 3 deletions(-)
Applied to target-arm.next, thanks, with the commit message
tweaked to:
hw/net/npcm_gmac: Change error log to trace event
Convert the LOG_GUEST_ERROR for the "tx descriptor is owned
by software" to a trace message. This condition is normal
when there is there is nothing to transmit, and we would
otherwise spam the logs with it in that situation.
-- PMM