[libvirt] [PATCH 2/3] qemu: Extract internals of processBlockJobEvent into a helper

2015-03-30 Thread Peter Krempa
Later on I'll be adding a condition that will allow to synchronise a SYNC block job abort. The approach will require this code to be called from two different places so it has to be extracted into a helper. --- src/qemu/qemu_driver.c | 200 + 1 file

Re: [libvirt] [PATCH 2/3] qemu: Extract internals of processBlockJobEvent into a helper

2015-03-30 Thread Eric Blake
On 03/30/2015 03:26 AM, Peter Krempa wrote: Later on I'll be adding a condition that will allow to synchronise a SYNC block job abort. The approach will require this code to be called from two different places so it has to be extracted into a helper. --- src/qemu/qemu_driver.c | 200