On Mon, Jan 16, 2023 at 4:31 PM Philippe Mathieu-Daudé <phi...@linaro.org> wrote: > > 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 <cyruscy...@gmail.com> > > Signed-off-by: Qiang Liu <cyruscy...@gmail.com> > > Suggested-by: Philippe Mathieu-Daudé <phi...@linaro.org> > > --- > > v2 removes BADF() macro and the "hw/hw.h" inclusion > > Thanks! > > Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>
Queued. Thanks > > > --- > > hw/net/lan9118.c | 17 ++++++++--------- > > 1 file changed, 8 insertions(+), 9 deletions(-) >