qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Daniel P. Berrange
Subject: Re: [Qemu-devel] [PATCH v1 06/16] coroutine: move into libqemuutil.a library
Date: Thu, 24 Sep 2015 15:46:56 +0100
User-agent: Mutt/1.5.23 (2014-03-12)

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 migration code uses coroutine
> > yield. In the future the I/O channel code will also use the
> > coroutine yield functionality. Since the coroutine code is nicely
> > self-contained it can be easily built as part of the libqemuutil.a
> > library, making it widely available.
> > 
> > The headers are also moved into include/qemu, instead of the
> > include/block directory, since they are now part of the util
> > codebase, and the impl was never in the block/ directory
> > either.
> > 
> > Signed-off-by: Daniel P. Berrange <address@hidden>
> 
> Since you are at it, can you add an entry to the MAINTAINERS file,
> assigning it to Stefan and Kevin?

Yep, will do.

Regards,
Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|



reply via email to

[Prev in Thread] Current Thread [Next in Thread]