Re: [libvirt] [PATCH V4 1/5] Add new public API virDomainGetCPUStats()

2012-02-08 Thread Lai Jiangshan
Hi, Eric Are any problem/suggestion with 3/5 4/5 5/5 of V4 patchset? If not, I will rebase them and resend them with tiny fixes applied. Thanks, Lai -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [PATCH V4 1/5] Add new public API virDomainGetCPUStats()

2012-02-08 Thread Eric Sauer
On 02/08/2012 03:04 AM, Lai Jiangshan wrote: Hi, Eric Are any problem/suggestion with 3/5 4/5 5/5 of V4 patchset? If not, I will rebase them and resend them with tiny fixes applied. Thanks, Lai Hi, I believe you are sending these to the wrong Eric. Thanks. -- Eric Sauer Consultant, Red Hat

Re: [libvirt] [PATCH V4 1/5] Add new public API virDomainGetCPUStats()

2012-02-08 Thread Eric Blake
On 02/08/2012 01:21 PM, Eric Sauer wrote: On 02/08/2012 03:04 AM, Lai Jiangshan wrote: Hi, Eric Are any problem/suggestion with 3/5 4/5 5/5 of V4 patchset? If not, I will rebase them and resend them with tiny fixes applied. Thanks, Lai Hi, I believe you are sending these to the wrong

Re: [libvirt] [PATCH V4 1/5] Add new public API virDomainGetCPUStats()

2012-01-30 Thread Daniel P. Berrange
On Sat, Jan 28, 2012 at 07:37:49AM -0700, Eric Blake wrote: [I see you cc'd e...@redhat.com; unfortunately, that doesn't forward to me - at least I saw it on-list :) ] On 01/27/2012 11:20 PM, KAMEZAWA Hiroyuki wrote: add new API virDomainGetCPUStats() for getting cpu accounting

Re: [libvirt] [PATCH V4 1/5] Add new public API virDomainGetCPUStats()

2012-01-29 Thread KAMEZAWA Hiroyuki
On Sat, 28 Jan 2012 07:19:42 -0700 Eric Blake ebl...@redhat.com wrote: On 01/27/2012 11:20 PM, KAMEZAWA Hiroyuki wrote: add new API virDomainGetCPUStats() for getting cpu accounting information per real cpus which is used by a domain. based on ideas by Lai Jiangshan and Eric Blake.

[libvirt] [PATCH V4 1/5] Add new public API virDomainGetCPUStats()

2012-01-27 Thread KAMEZAWA Hiroyuki
add new API virDomainGetCPUStats() for getting cpu accounting information per real cpus which is used by a domain. based on ideas by Lai Jiangshan and Eric Blake. Proposed API is a bit morified to be able to return max cpu ID. (max cpu ID != cpu num.) * src/libvirt_public.syms: add API for