s390x: pv: Fix KVM_PV_PREP_RESET command wrapper name
commit9a4325976264e2fac9a77cfabd774bd725c07027
authorJanosch Frank <frankja@linux.ibm.com>
Tue, 5 May 2020 12:41:59 +0000 (5 08:41 -0400)
committerCornelia Huck <cohuck@redhat.com>
Fri, 5 Jun 2020 15:13:11 +0000 (5 17:13 +0200)
tree5def3a1890e6d548dcd86df312c340629e134ddf
parentf555638c0ef9e9eb47677879fff7ca6f4b04df66
s390x: pv: Fix KVM_PV_PREP_RESET command wrapper name

s390_pv_perf_clear_reset() is not a very helpful name since that
function needs to be called for a normal and a clear reset via
diag308.

Let's instead name it s390_pv_prep_reset() which reflects the purpose
of the function a bit better.

Signed-off-by: Janosch Frank <frankja@linux.ibm.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Message-Id: <20200505124159.24099-1-frankja@linux.ibm.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
hw/s390x/pv.c
hw/s390x/s390-virtio-ccw.c
include/hw/s390x/pv.h