On Tue, 5 May 2020 08:41:59 -0400 Janosch Frank <fran...@linux.ibm.com> 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. > > Signed-off-by: Janosch Frank <fran...@linux.ibm.com> > --- > hw/s390x/pv.c | 2 +- > hw/s390x/s390-virtio-ccw.c | 2 +- > include/hw/s390x/pv.h | 4 ++-- > 3 files changed, 4 insertions(+), 4 deletions(-) Thanks, applied.