Re: [Qemu-devel] [PATCH v1 06/16] coroutine: move into libqemuutil.a library

2015-09-24 Thread Daniel P. Berrange
On Tue, Sep 22, 2015 at 02:07:27PM +0200, Paolo Bonzini wrote: > > > On 18/09/2015 15:19, Daniel P. Berrange wrote: > > The coroutine files are currently referenced by the block-obj-y > > variable. The coroutine functionality though is already used by > > more than just the block code. eg migrati

Re: [Qemu-devel] [PATCH v1 06/16] coroutine: move into libqemuutil.a library

2015-09-22 Thread Paolo Bonzini
On 18/09/2015 15:19, Daniel P. Berrange wrote: > The coroutine files are currently referenced by the block-obj-y > variable. The coroutine functionality though is already used by > more than just the block code. eg migration code uses coroutine > yield. In the future the I/O channel code will als

[Qemu-devel] [PATCH v1 06/16] coroutine: move into libqemuutil.a library

2015-09-18 Thread Daniel P. Berrange
The coroutine files are currently referenced by the block-obj-y variable. The coroutine functionality though is already used by more than just the block code. eg migration code uses coroutine yield. In the future the I/O channel code will also use the coroutine yield functionality. Since the corout