Re: [Xen-devel] [PATCH] xen: fix build failure if using perfc=y

2015-02-20 Thread Jan Beulich
>>> On 19.02.15 at 18:11, wrote: > --- a/xen/include/xen/perfc_defn.h > +++ b/xen/include/xen/perfc_defn.h > @@ -53,4 +53,8 @@ PERFCOUNTER(vcpu_hot, "csched: vcpu_hot") > > PERFCOUNTER(need_flush_tlb_flush, "PG_need_flush tlb flushes") > > +/* Viridian counters */ > +PERFCOUNT

Re: [Xen-devel] [PATCH] xen: fix build failure if using perfc=y

2015-02-19 Thread Andrew Cooper
On 19/02/15 17:11, Dario Faggioli wrote: > by providing the definition of the {w,r}rmsr_tsc_msr counters, > used within Viridiam implementation. "Viridian" > > Signed-off-by: Dario Faggioli > Cc: Paul Durrant > CC: Jan Beulich > Cc: Andrew Cooper Reviewed-by: Andrew Cooper > --- > xen/inc

[Xen-devel] [PATCH] xen: fix build failure if using perfc=y

2015-02-19 Thread Dario Faggioli
by providing the definition of the {w,r}rmsr_tsc_msr counters, used within Viridiam implementation. Signed-off-by: Dario Faggioli Cc: Paul Durrant CC: Jan Beulich Cc: Andrew Cooper --- xen/include/xen/perfc_defn.h |4 1 file changed, 4 insertions(+) diff --git a/xen/include/xen/perf