qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH] (RFC) remove the GThread coroutine implementation


From: Daniel P. Berrange
Subject: [Qemu-devel] [PATCH] (RFC) remove the GThread coroutine implementation
Date: Fri, 28 Apr 2017 13:24:43 +0100

At the 2016 summit it was suggested that we delete the GThread
coroutine impl since it is not fully functional, and you can
debug the ucontext impl with our GDB helper script.

I don't recall the subject being raised again since the summit
so here's a proposal to delete the GThread impl, as a way to
trigger input from anyone who thinks we need to keep it......

Daniel P. Berrange (1):
  coroutine: remove GThread implementation

 .travis.yml              |   5 +-
 configure                |  19 ++---
 util/coroutine-gthread.c | 198 -----------------------------------------------
 3 files changed, 6 insertions(+), 216 deletions(-)
 delete mode 100644 util/coroutine-gthread.c

-- 
2.9.3




reply via email to

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