qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2] hw/net/lan9118: log [read|write]b when mode_16bit is enab


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v2] hw/net/lan9118: log [read|write]b when mode_16bit is enabled rather than abort
Date: Mon, 16 Jan 2023 09:31:16 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.6.1

On 16/1/23 04:14, Qiang Liu wrote:
This patch replaces hw_error to guest error log for [read|write]b
accesses when mode_16bit is enabled. This avoids aborting qemu.

Fixes: 1248f8d4cbc3 ("hw/lan9118: Add basic 16-bit mode support.")
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1433
Reported-by: Qiang Liu <cyruscyliu@gmail.com>
Signed-off-by: Qiang Liu <cyruscyliu@gmail.com>
Suggested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
v2 removes BADF() macro and the "hw/hw.h" inclusion

Thanks!

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>

---
  hw/net/lan9118.c | 17 ++++++++---------
  1 file changed, 8 insertions(+), 9 deletions(-)



reply via email to

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