Re: [Xen-devel] [PATCH v2 2/5] vcpu: track hvm vcpu number on the system

2017-05-12 Thread Chao Gao
On Thu, May 11, 2017 at 12:37:37PM +0100, Wei Liu wrote: >On Thu, May 11, 2017 at 12:35:11PM +0100, Wei Liu wrote: >> On Thu, May 11, 2017 at 02:04:09PM +0800, Chao Gao wrote: >> > This number is used to calculate how many hvm vcpu on a pcpu on average. >> > >> > Signed-off-by: Chao Gao >> > ---

Re: [Xen-devel] [PATCH v2 2/5] vcpu: track hvm vcpu number on the system

2017-05-11 Thread Wei Liu
On Thu, May 11, 2017 at 12:35:11PM +0100, Wei Liu wrote: > On Thu, May 11, 2017 at 02:04:09PM +0800, Chao Gao wrote: > > This number is used to calculate how many hvm vcpu on a pcpu on average. > > > > Signed-off-by: Chao Gao > > --- > > xen/common/domain.c | 8 > > xen/include/xen/

Re: [Xen-devel] [PATCH v2 2/5] vcpu: track hvm vcpu number on the system

2017-05-11 Thread Wei Liu
On Thu, May 11, 2017 at 02:04:09PM +0800, Chao Gao wrote: > This number is used to calculate how many hvm vcpu on a pcpu on average. > > Signed-off-by: Chao Gao > --- > xen/common/domain.c | 8 > xen/include/xen/sched.h | 2 ++ > 2 files changed, 10 insertions(+) > > diff --git a/x

[Xen-devel] [PATCH v2 2/5] vcpu: track hvm vcpu number on the system

2017-05-10 Thread Chao Gao
This number is used to calculate how many hvm vcpu on a pcpu on average. Signed-off-by: Chao Gao --- xen/common/domain.c | 8 xen/include/xen/sched.h | 2 ++ 2 files changed, 10 insertions(+) diff --git a/xen/common/domain.c b/xen/common/domain.c index b22aacc..d433d9e 100644 --- a