On Wed, Aug 10, 2022, Manali Shukla wrote: > @@ -3289,6 +3290,118 @@ static void svm_intr_intercept_mix_smi(void) > svm_intr_intercept_mix_run_guest(NULL, SVM_EXIT_SMI); > } > > +static void svm_l2_gp_test(struct svm_test *test) @test is garbage here. This is a problem with the nSVM framework, the v2 tests don't have a separate hook. Without triggering a non-trivial overhaul, the easiest way to avoid this weirdness is to cast when invoking test_set_guest().