On Thu, Oct 13, 2022 at 8:03 AM Andrew Jones <andrew.jones@xxxxxxxxx> 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@xxxxxxxxxx> > > Signed-off-by: Vishal Annapurve <vannapurve@xxxxxxxxxx> > > --- > > .../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@xxxxxxxxx> Reviewed-by: Peter Gonda <pgonda@xxxxxxxxxx>