]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: hotplug: Extract hotplug of PR into qemuBlockStorageSourceAttachApply
authorPeter Krempa <pkrempa@redhat.com>
Fri, 1 Jun 2018 13:56:47 +0000 (15:56 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 5 Jun 2018 06:14:00 +0000 (08:14 +0200)
commit1990a01e6e4942dc99f6cc673bf7bedbecd30c9b
tree22751d5dc1c7867b47a82a9d1b7e62b3035e74d5
parentca174424ba2de1ef45fc61ba232eee8c82088ffa
qemu: hotplug: Extract hotplug of PR into qemuBlockStorageSourceAttachApply

Introduce a new setup function for all the related configuration and
move the setup and attachment of the PR code.

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