]> xenbits.xensource.com Git - people/pauldu/qemu.git/commit
hw/net/stellaris_enet: Use qemu_log_mask(GUEST_ERROR) instead of hw_error
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 26 Jun 2018 16:50:41 +0000 (17:50 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 26 Jun 2018 16:50:41 +0000 (17:50 +0100)
commitf6de99571437fca0ead566a4a1f26a1bdaa2316a
treed8879aeda728b658898d9873e443d3eb0a683ae7
parent5786e35da7beb10e7267e9762b56dfff95a7f0c7
hw/net/stellaris_enet: 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>
Message-id: 20180624040609.17572-13-f4bug@amsat.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/net/stellaris_enet.c