Re: [Xen-devel] [PATCH v2 3/5] xen: print online pCPUs and free pCPUs when dumping

2015-03-18 Thread Dario Faggioli
On Wed, 2015-03-18 at 11:03 +, Jan Beulich wrote: On 17.03.15 at 16:33, dario.faggi...@citrix.com wrote: @@ -671,12 +678,17 @@ void dump_runq(unsigned char key) sched_smt_power_savings? enabled:disabled); printk(NOW=0x%08X%08X\n, (u32)(now32), (u32)now); +

Re: [Xen-devel] [PATCH v2 3/5] xen: print online pCPUs and free pCPUs when dumping

2015-03-17 Thread Juergen Gross
On 03/17/2015 04:33 PM, Dario Faggioli wrote: e.g., with `xl debug-key r', like this: (XEN) Online Cpus: 0-15 (XEN) Free Cpus: 8-15 Also, for each cpupool, print the set of pCPUs it contains, like this: (XEN) Cpupool 0: (XEN) Cpus: 0-7 (XEN) Scheduler: SMP Credit Scheduler

[Xen-devel] [PATCH v2 3/5] xen: print online pCPUs and free pCPUs when dumping

2015-03-17 Thread Dario Faggioli
e.g., with `xl debug-key r', like this: (XEN) Online Cpus: 0-15 (XEN) Free Cpus: 8-15 Also, for each cpupool, print the set of pCPUs it contains, like this: (XEN) Cpupool 0: (XEN) Cpus: 0-7 (XEN) Scheduler: SMP Credit Scheduler (credit) Signed-off-by: Dario Faggioli