commit | 8a4e7597ba1e41030189b73cd7261f4383588d1d | [log] [tgz] |
---|---|---|
author | Greg Kurz <groug@kaod.org> | Fri Sep 27 13:53:49 2019 +0200 |
committer | Paul Mackerras <paulus@ozlabs.org> | Tue Oct 22 16:29:02 2019 +1100 |
tree | 0a409969c806d71ae47245ed196d05cffaeda25c | |
parent | e7d71c943040c23f2fd042033d319f56e84f845b [diff] |
KVM: PPC: Book3S HV: XIVE: Show VP id in debugfs Print out the VP id of each connected vCPU, this allow to see: - the VP block base in which OPAL encodes information that may be useful when debugging - the packed vCPU id which may differ from the raw vCPU id if the latter is >= KVM_MAX_VCPUS (2048) Signed-off-by: Greg Kurz <groug@kaod.org> Reviewed-by: Cédric Le Goater <clg@kaod.org> Signed-off-by: Paul Mackerras <paulus@ozlabs.org>