hw/net/smc91c111: Use qemu_log_mask(GUEST_ERROR) instead of hw_error
commitb9992d122da35f433b0d825523e4b722509e824e
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 26 Jun 2018 16:50:41 +0000 (26 17:50 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 26 Jun 2018 16:50:41 +0000 (26 17:50 +0100)
tree44a67679305523c4e2b627252c9037a14ea13e7d
parentf6de99571437fca0ead566a4a1f26a1bdaa2316a
hw/net/smc91c111: Use qemu_log_mask(GUEST_ERROR) instead of hw_error

hw_error() finally calls abort(), but there is no need to abort here.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-id: 20180624040609.17572-14-f4bug@amsat.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/net/smc91c111.c