]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
qemu: process: Refactor reconnecting to qemu processes
authorPeter Krempa <pkrempa@redhat.com>
Wed, 3 Dec 2014 13:22:05 +0000 (14:22 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 4 Dec 2014 14:28:39 +0000 (15:28 +0100)
commit3ecebf07110ca8d3413072557f29137943e848e3
tree24be96b4336def1ce7b20282276aa48969bf63b3
parenta2a35d0164f4244b9c6f143f54e9bb9f3c9af7d3
qemu: process: Refactor reconnecting to qemu processes

Move entering the job into the thread to simplify the program flow. Also
as the code holds a separate reference to the domain object some
conditions can be simplified.

After this patch qemuDomainObjTransferJob is no longer needed so this
patch removes it.
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h
src/qemu/qemu_process.c