On Tue, Feb 19, 2013 at 11:59:09AM +0100, Paolo Bonzini wrote: > The coroutine pool code is duplicated between the ucontext and > sigaltstack backends, and absent from the win32 backend. But the > code can be shared easily by moving it to qemu-coroutine.c. > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > --- > coroutine-sigaltstack.c | 43 +------------------------------------------ > coroutine-ucontext.c | 43 +------------------------------------------ > qemu-coroutine.c | 45 +++++++++++++++++++++++++++++++++++++++++++-- > 3 files changed, 45 insertions(+), 86 deletions(-)
Reviewed-by: Stefan Hajnoczi <stefa...@redhat.com>