]> git.ipfire.org Git - thirdparty/qemu.git/commit
virtio-rng-pci: fix transitional migration compat for vectors
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Tue, 7 Feb 2023 17:49:44 +0000 (17:49 +0000)
committerMichael Tokarev <mjt@tls.msk.ru>
Wed, 29 Mar 2023 07:20:04 +0000 (10:20 +0300)
commit0546b42bce213c12e41b3af40738c08a8bbef23a
tree3fc124834a9dbc4602ace8186bcdd803608071be
parent5a1c74097e858ce67cbdf58c885de7bf1fe84abd
virtio-rng-pci: fix transitional migration compat for vectors

In bad9c5a516 ("virtio-rng-pci: fix migration compat for vectors") I
fixed the virtio-rng-pci migration compatibility, but it was discovered
that we also need to fix the other aliases of the device for the
transitional cases.

Fixes: 9ea02e8f1 ('virtio-rng-pci: Allow setting nvectors, so we can use MSI-X')
bz: https://bugzilla.redhat.com/show_bug.cgi?id=2162569
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Message-Id: <20230207174944.138255-1-dgilbert@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
(cherry picked from commit 62bdb8871512076841f4464f7e26efdc7783f78d)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/core/machine.c