]> git.proxmox.com Git - mirror_qemu.git/commit
hw/net/vmxnet3: Do not abort if the guest is trying to use an invalid TX queue
authorThomas Huth <thuth@redhat.com>
Thu, 15 Jul 2021 10:37:55 +0000 (12:37 +0200)
committerThomas Huth <thuth@redhat.com>
Mon, 19 Jul 2021 07:33:39 +0000 (09:33 +0200)
commit6a932c4ed8748b08c58cdba3fc9485d5549aacca
tree897423dd5a773b893183dec0bf696ccb4f3fbadf
parent659eb157a55666bf379f5362238a86d855e262e2
hw/net/vmxnet3: Do not abort if the guest is trying to use an invalid TX queue

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
Message-Id: <20210715103755.1035566-1-thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
hw/net/vmxnet3.c