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

2010-12-09 Thread Daniel P. Berrange
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

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

2010-12-07 Thread Hu Tao
--- daemon/libvirtd.c | 187 - daemon/libvirtd.h | 16 + 2 files changed, 30 insertions(+), 173 deletions(-) diff --git a/daemon/libvirtd.c b/daemon/libvirtd.c index 791b3dc..229c0cc 100644 --- a/daemon/libvirtd.c +++ b/daemon/libvirtd.c