OSDN Git Service

KVM: s390: restore old debugfs names
authorChristian Borntraeger <borntraeger@de.ibm.com>
Mon, 26 Jul 2021 15:01:08 +0000 (17:01 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 27 Jul 2021 20:59:00 +0000 (16:59 -0400)
commitbb000f640e76c4c2402990d0613d4269e9c6dd29
tree0b1cdce9219e0c80fd77252e745a0bb22dc03adb
parent3fa5e8fd0a0e4ccc03c91df225be2e9b7100800c
KVM: s390: restore old debugfs names

commit bc9e9e672df9 ("KVM: debugfs: Reuse binary stats descriptors")
did replace the old definitions with the binary ones. While doing that
it missed that some files are names different than the counters. This
is especially important for kvm_stat which does have special handling
for counters named instruction_*.

Fixes: commit bc9e9e672df9 ("KVM: debugfs: Reuse binary stats descriptors")
CC: Jing Zhang <jingzhangos@google.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Message-Id: <20210726150108.5603-1-borntraeger@de.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/s390/include/asm/kvm_host.h
arch/s390/kvm/diag.c
arch/s390/kvm/kvm-s390.c