[libvirt] [PATCH v6 4/4] Using threadpool API to manage qemud worker

Daniel P. Berrange berrange at redhat.com
Thu Dec 9 10:57:09 UTC 2010


On Wed, Dec 08, 2010 at 02:19:23PM +0800, Hu Tao wrote:
> ---
>  daemon/libvirtd.c |  187 ++++++++---------------------------------------------
>  daemon/libvirtd.h |   16 +----
>  2 files changed, 30 insertions(+), 173 deletions(-)

While there is nothing wrong with this patch, I'd prefer if we didn't
apply this one. I've got a huge patch series pending which basically
deletes all the thread & RPC code from the libvirtd daemon, and replaces
it with calls to a new set of libvirt internal RPC APIs. These new APIs
of course make use of your thread pool implementation, so the net result
will be the same.

Regards,
Daniel




More information about the libvir-list mailing list