]> git.ipfire.org Git - thirdparty/qemu.git/commit
vfio: Fix unregister SaveVMHandler in vfio_migration_finalize
authorKunkun Jiang <jiangkunkun@huawei.com>
Thu, 27 May 2021 12:31:01 +0000 (20:31 +0800)
committerMichael Roth <michael.roth@amd.com>
Thu, 14 Oct 2021 21:02:34 +0000 (16:02 -0500)
commit5b55370e28e262fba0c95f5dc05e9551c875671a
tree4b866b314357252ec325a3d0d0dab27d64a87d1f
parentd1000ee07b02c3a6f87a39b45d1b8c5689a14aa9
vfio: Fix unregister SaveVMHandler in vfio_migration_finalize

In the vfio_migration_init(), the SaveVMHandler is registered for
VFIO device. But it lacks the operation of 'unregister'. It will
lead to 'Segmentation fault (core dumped)' in
qemu_savevm_state_setup(), if performing live migration after a
VFIO device is hot deleted.

Fixes: 7c2f5f75f94 (vfio: Register SaveVMHandlers for VFIO device)
Reported-by: Qixin Gan <ganqixin@huawei.com>
Signed-off-by: Kunkun Jiang <jiangkunkun@huawei.com>
Message-Id: <20210527123101.289-1-jiangkunkun@huawei.com>
Reviewed by: Kirti Wankhede <kwankhede@nvidia.com>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
(cherry picked from commit 22fca190e25b10761925bb1eeadeda07aabf3c26)
Signed-off-by: Michael Roth <michael.roth@amd.com>
hw/vfio/migration.c