]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0fcc7327d8e22397304dbc4c0b399a7ed796bcb8
tree0b1cdce9219e0c80fd77252e745a0bb22dc03adb
parent973590b0aa973ed848eb047ee92309ea3f760f8a
KVM: s390: restore old debugfs names

commit 19504b2069e0 ("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 19504b2069e0 ("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