hw/net/npcm_gmac: Change error log to trace event
authorNabih Estefan <nabihestefan@google.com>
Tue, 5 Nov 2024 10:10:00 +0000 (10:10 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 5 Nov 2024 10:10:00 +0000 (10:10 +0000)
commitab4b56d981d753eb2ecc610d2b5d5689716aae9c
tree9324b7578f521484c2b5205e1037a5936533a569
parent3647dca9fbf4fb267c401cdd94519b7a60af0b0b
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.

Signed-off-by: Nabih Estefan <nabihestefan@google.com>
Signed-off-by: Roque Arcudia Hernandez <roqueh@google.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20241014184847.1594056-1-roqueh@google.com
[PMM: tweaked commit message]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/net/npcm_gmac.c
hw/net/trace-events