]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuMigrationSrcCleanup: Use 'driver' from VM private data
authorPeter Krempa <pkrempa@redhat.com>
Mon, 2 May 2022 13:18:40 +0000 (15:18 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 17 May 2022 17:31:08 +0000 (19:31 +0200)
commit2f072e24db537b910f65fb78a44446196bfb19f4
tree111eceb81b3fa34ab92ce157b41407557376a1d6
parent6871553c3fe81cb1c86d8a9af09e5ea2cf357451
qemuMigrationSrcCleanup: Use 'driver' from VM private data

Access the 'driver' struct from the private data rather than the passed
opaque pointer in preparation to remove the opaque pointer.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_migration.c