]> git.proxmox.com Git - qemu.git/commit - configure
coroutine: adding configure choose mechanism for coroutine backend
authorAlex Barcelo <abarcelo@ac.upc.edu>
Tue, 28 Feb 2012 11:25:50 +0000 (12:25 +0100)
committerKevin Wolf <kwolf@redhat.com>
Mon, 12 Mar 2012 14:14:07 +0000 (15:14 +0100)
commit519175a2fdfd3766f99bc29f0b199e23d57a3dd2
treee3fa72adad00abd1e686f212f88ea8f9395450c2
parent3194c8ceeba06c3b54621ea7afd6879bc50c2d1d
coroutine: adding configure choose mechanism for coroutine backend

Configure tries, as a default, ucontext functions for the
coroutines. But now the user can force another backend by
--with-coroutine=BACKEND option

v2: Using --with-coroutine=BACKEND instead of enable
disable individual configure options

Signed-off-by: Alex Barcelo <abarcelo@ac.upc.edu>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
configure