]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
KVM: selftests: x86: Address missing vm_install_exception_handler conversions
authorMarc Zyngier <maz@kernel.org>
Thu, 1 Jul 2021 07:19:28 +0000 (08:19 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 14 Jul 2021 16:15:05 +0000 (12:15 -0400)
commitf8f0edabcc09fafd695ed2adc0eb825104e35d5c
treedfd8d0c2da51218ecb69da3f7f8cdea02c89ac8a
parentf3cf800778e9e76b2387d00c9bfbc2e16efdb7ed
KVM: selftests: x86: Address missing vm_install_exception_handler conversions

Commit b78f4a59669 ("KVM: selftests: Rename vm_handle_exception")
raced with a couple of new x86 tests, missing two vm_handle_exception
to vm_install_exception_handler conversions.

Help the two broken tests to catch up with the new world.

Cc: Andrew Jones <drjones@redhat.com>
CC: Ricardo Koller <ricarkol@google.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Message-Id: <20210701071928.2971053-1-maz@kernel.org>
Reviewed-by: Andrew Jones <drjones@redhat.com>
Reviewed-by: Ricardo Koller <ricarkol@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tools/testing/selftests/kvm/x86_64/hyperv_features.c
tools/testing/selftests/kvm/x86_64/mmu_role_test.c