The topology information printed via "xl info -n" doesn't contain the
thread id of the cpu. Additionally especially with the "smt=0" boot
option it is interesting to know which cpu is online or offline.

This patch series adds the respective information to the cpu topology
information.

This patch series is depending on the series "fix smt=0 fallout".

Juergen Gross (2):
  add cpu_thread_id to struct cpuinfo_x86
  add thread and state info to XEN_SYSCTL_cputopoinfo

 tools/libxl/libxl.c             | 13 +++++++++++++
 tools/libxl/libxl_types.idl     |  8 ++++++++
 tools/xl/xl_info.c              |  8 +++++---
 xen/arch/x86/cpu/common.c       |  1 +
 xen/arch/x86/smpboot.c          | 10 ++++++++++
 xen/common/sysctl.c             |  4 ++++
 xen/include/asm-arm/processor.h |  1 +
 xen/include/asm-x86/processor.h |  2 ++
 xen/include/public/sysctl.h     |  7 ++++++-
 9 files changed, 50 insertions(+), 4 deletions(-)

-- 
2.16.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to