On Fri, Apr 30, 2021 at 04:24:03PM -0700, Ricardo Koller wrote: > Rename the vm_handle_exception function to a name that indicates more > clearly that it installs something: vm_install_vector_handler. > > Suggested-by: Marc Zyngier <maz@xxxxxxxxxx> > Suggested-by: Andrew Jones <drjones@xxxxxxxxxx> > Signed-off-by: Ricardo Koller <ricarkol@xxxxxxxxxx> > --- > tools/testing/selftests/kvm/include/x86_64/processor.h | 2 +- > tools/testing/selftests/kvm/lib/x86_64/processor.c | 4 ++-- > tools/testing/selftests/kvm/x86_64/kvm_pv_test.c | 2 +- > .../selftests/kvm/x86_64/userspace_msr_exit_test.c | 8 ++++---- > tools/testing/selftests/kvm/x86_64/xapic_ipi_test.c | 2 +- > 5 files changed, 9 insertions(+), 9 deletions(-) > Reviewed-by: Andrew Jones <drjones@xxxxxxxxxx>