On 7/15/21 3:37 AM, Thomas Huth wrote:
QEMU should never abort just because the guest is doing something odd. Let's simply log the error and ignore the bad transmit queue instead.Buglink:https://bugs.launchpad.net/qemu/+bug/1926111 Signed-off-by: Thomas Huth<th...@redhat.com> --- hw/net/vmxnet3.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~