On Mon, Oct 21, 2024, Manali Shukla wrote: > Add safe_halt() and cli() helpers to processor.h to make them broadly > available in KVM selftests. > > Suggested-by: Sean Christopherson <seanjc@xxxxxxxxxx> > Signed-off-by: Manali Shukla <manali.shukla@xxxxxxx> > --- > .../selftests/kvm/include/x86_64/processor.h | 17 +++++++++++++++++ > 1 file changed, 17 insertions(+) The whole point of adding helpers is to use them. I'll post a patch that adds all of the helpers and uses them where possible.