]> git.ipfire.org Git - thirdparty/qemu.git/commit
virtio-net: Add queues before loading them
authorAkihiko Odaki <akihiko.odaki@daynix.com>
Tue, 22 Oct 2024 06:49:01 +0000 (15:49 +0900)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 26 Nov 2024 16:34:02 +0000 (19:34 +0300)
commita40689e7b5f702c544128b317ef50c5209831d8b
treef49cfd2bc6cf78d4aea1b05b02439632c58ccd4e
parentd1600147e385d6271622bf11b54539d9cb580fd4
virtio-net: Add queues before loading them

Call virtio_net_set_multiqueue() to add queues before loading their
states. Otherwise the loaded queues will not have handlers and elements
in them will not be processed.

Cc: qemu-stable@nongnu.org
Fixes: 8c49756825da ("virtio-net: Add only one queue pair when realizing")
Reported-by: Laurent Vivier <lvivier@redhat.com>
Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
(cherry picked from commit 9379ea9db3c0064fa2787db0794a23a30f7b2d2d)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/net/virtio-net.c
hw/virtio/virtio.c
include/hw/virtio/virtio.h