Re: [PATCH] s390x: pv: Fix KVM_PV_PREP_RESET command wrapper name

2020-05-06 Thread Cornelia Huck
On Tue, 5 May 2020 08:41:59 -0400 Janosch Frank wrote: > 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

Re: [PATCH] s390x: pv: Fix KVM_PV_PREP_RESET command wrapper name

2020-05-05 Thread David Hildenbrand
On 05.05.20 14:41, Janosch Frank wrote: > 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. > > Sign

[PATCH] s390x: pv: Fix KVM_PV_PREP_RESET command wrapper name

2020-05-05 Thread Janosch Frank
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 --- hw/s390x/pv.c