]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: migration: Rename NBD migration functions
authorPeter Krempa <pkrempa@redhat.com>
Thu, 22 Feb 2018 15:11:59 +0000 (16:11 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 23 May 2018 11:18:25 +0000 (13:18 +0200)
commit8bad8e7bf040c3784df97250e2906af9deb8935e
treee0deb11dfe8881f40b9bb3aaacab1f3c1e6c7ada
parent99223c8ccac7bda6c1a34dedc14fca08ff06c2fe
qemu: migration: Rename NBD migration functions

Drop the mention of 'drive mirror' from the function names and mention
NBD. This will help when adding the 'blockdev mirror' migration code
which will allow using TLS.

Additionally fix some of the function comments to make more sense

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
src/qemu/qemu_migration.c