Re: [libvirt] [PATCH 01/13] Introduce the function virCgroupForHypervisor

2012-07-10 Thread tangchen
Hi~ The sign-off-by problems have been solved, and a new rebased patch set will be sent soon. I am testing it, thanks. :) On 07/03/2012 04:40 AM, Eric Blake wrote: On 06/05/2012 02:13 AM, tangchen wrote: Introduce the function virCgroupForHypervisor() to create sub directory for hypervisor

[libvirt] [PATCH 01/13] Introduce the function virCgroupForHypervisor

2012-07-10 Thread tangchen
Introduce the function virCgroupForHypervisor() to create sub directory for hypervisor thread(include I/O thread, vhost-net thread) Signed-off-by: Wen Congyang we...@cn.fujitsu.com --- .gnulib |2 +- src/libvirt_private.syms |1 + src/util/cgroup.c| 42

Re: [libvirt] [PATCH 01/13] Introduce the function virCgroupForHypervisor

2012-07-10 Thread Eric Blake
The subject should include 'v2' to mention that this is a respin; you can do that with 'git send-email --subject-prefix=PATCHv2'. On 07/10/2012 03:11 AM, tangchen wrote: Introduce the function virCgroupForHypervisor() to create sub directory for hypervisor thread(include I/O thread, vhost-net

Re: [libvirt] [PATCH 01/13] Introduce the function virCgroupForHypervisor

2012-07-10 Thread tangchen
hi~ On 07/10/2012 08:44 PM, Eric Blake wrote: The subject should include 'v2' to mention that this is a respin; you can do that with 'git send-email --subject-prefix=PATCHv2'. On 07/10/2012 03:11 AM, tangchen wrote: Introduce the function virCgroupForHypervisor() to create sub directory

Re: [libvirt] [PATCH 01/13] Introduce the function virCgroupForHypervisor

2012-07-02 Thread Eric Blake
On 06/05/2012 02:13 AM, tangchen wrote: Introduce the function virCgroupForHypervisor() to create sub directory for hypervisor thread(include I/O thread, vhost-net thread) According to your cover letter, this patch was written by Wen, but I don't see a From: listing or Signed-off-by or any

Re: [libvirt] [PATCH 01/13] Introduce the function virCgroupForHypervisor

2012-07-02 Thread tangchen
Hi~ On 07/03/2012 04:40 AM, Eric Blake wrote: On 06/05/2012 02:13 AM, tangchen wrote: Introduce the function virCgroupForHypervisor() to create sub directory for hypervisor thread(include I/O thread, vhost-net thread) According to your cover letter, this patch was written by Wen, but I

[libvirt] [PATCH 01/13] Introduce the function virCgroupForHypervisor

2012-06-05 Thread tangchen
Introduce the function virCgroupForHypervisor() to create sub directory for hypervisor thread(include I/O thread, vhost-net thread) --- src/libvirt_private.syms |1 + src/util/cgroup.c| 42 ++ src/util/cgroup.h|4 3 files