Re: [Xen-devel] [PATCH 4/5] xen: sched_null: add some tracing

2017-07-26 Thread George Dunlap
On Thu, Jun 29, 2017 at 1:56 PM, Dario Faggioli wrote: > In line with what is there in all the other schedulers. > > Signed-off-by: Dario Faggioli Reviewed-by: George Dunlap ___ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen

Re: [Xen-devel] [PATCH 4/5] xen: sched_null: add some tracing

2017-07-25 Thread Dario Faggioli
On Tue, 2017-07-25 at 16:15 +0100, George Dunlap wrote: > On Thu, Jun 29, 2017 at 1:56 PM, Dario Faggioli > wrote: > > In line with what is there in all the other schedulers. > > > > Signed-off-by: Dario Faggioli > > --- > > George Dunlap > > FYI forgot the 'CC:' for this and patch 5.  :-)   >

Re: [Xen-devel] [PATCH 4/5] xen: sched_null: add some tracing

2017-07-25 Thread George Dunlap
On Thu, Jun 29, 2017 at 1:56 PM, Dario Faggioli wrote: > In line with what is there in all the other schedulers. > > Signed-off-by: Dario Faggioli > --- > George Dunlap FYI forgot the 'CC:' for this and patch 5. :-) (No problem, just one extra step to download the series into an mbox.) -Geo

[Xen-devel] [PATCH 4/5] xen: sched_null: add some tracing

2017-06-29 Thread Dario Faggioli
In line with what is there in all the other schedulers. Signed-off-by: Dario Faggioli --- George Dunlap --- xen/common/sched_null.c| 94 +++- xen/include/public/trace.h |1 2 files changed, 92 insertions(+), 3 deletions(-) diff --git a/xen/com