On Thu, Oct 13, 2022 at 8:03 AM Andrew Jones andrew.jones@linux.dev wrote:
On Thu, Oct 13, 2022 at 12:13:17PM +0000, Vishal Annapurve wrote:
Introduce arch specific API: kvm_selftest_arch_init to allow each arch to handle initialization before running any selftest logic.
Suggested-by: Sean Christopherson seanjc@google.com Signed-off-by: Vishal Annapurve vannapurve@google.com
.../selftests/kvm/include/kvm_util_base.h | 5 +++++ .../selftests/kvm/lib/aarch64/processor.c | 18 +++++++++--------- tools/testing/selftests/kvm/lib/kvm_util.c | 6 ++++++ 3 files changed, 20 insertions(+), 9 deletions(-)
Reviewed-by: Andrew Jones andrew.jones@linux.dev
Reviewed-by: Peter Gonda pgonda@google.com