]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: domain: Add private data for NBD migration storage source definition
authorPeter Krempa <pkrempa@redhat.com>
Wed, 28 Feb 2018 14:22:30 +0000 (15:22 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 23 May 2018 11:18:25 +0000 (13:18 +0200)
commit93a3f9844f4c72334416dc994a1707a9f84b351f
tree8831afab1d328f51595d487f254981c3212bf662
parent35a8487ad91d29d480e6a3dd2d361ea9e9029183
qemu: domain: Add private data for NBD migration storage source definition

Allow saving various aspects necessary to do NBD migration via blockdev
by storing a 'virStorageSource' in the disk private data meant to store
the NBD target of migration. Along with this add code to parse and
format it into the status XML.

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