]> xenbits.xensource.com Git - libvirt.git/commit
qemuBlockJobEventProcess: move to new source file
authorMichael Chapman <mike@very.puzzling.org>
Thu, 16 Apr 2015 09:24:19 +0000 (19:24 +1000)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 29 Apr 2015 11:11:42 +0000 (13:11 +0200)
commit206dbf3f0a1b51ea667767858e7126083990885c
tree9bcac457b45e6537e50be2cbe4c6d1175d05e692
parenta83b2e253f0750c7053e2bf0f4510d6e1de73264
qemuBlockJobEventProcess: move to new source file

We will want to use synchronous block jobs from qemu_migration as well,
so split this function out into a new source file.

Signed-off-by: Michael Chapman <mike@very.puzzling.org>
src/Makefile.am
src/qemu/qemu_blockjob.c [new file with mode: 0644]
src/qemu/qemu_blockjob.h [new file with mode: 0644]
src/qemu/qemu_driver.c