]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuMigrationDstPrepareStorage: Properly consider path for 'vdpa' devices
authorPeter Krempa <pkrempa@redhat.com>
Fri, 16 Feb 2024 15:40:20 +0000 (16:40 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 21 Feb 2024 13:15:48 +0000 (14:15 +0100)
commit00c0a94ab5f135ea7d9f0a905ff53d13c82761db
treec493a284c6f91b30fb9804df0cf92fa98a8bf5fb
parente158b523b8522931200c415ef86562641a2a7c8c
qemuMigrationDstPrepareStorage: Properly consider path for 'vdpa' devices

Allow storage migration of VDPA devices by properly checking that they
exist on the destionation. Pre-creation is not supported but if the
device exists the migration should be able to succeed.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_migration.c