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
> Signed-off-by: Manali Shukla
> ---
> .../selftests/kvm/include/x86_64/processor.h| 17 +
>
Add safe_halt() and cli() helpers to processor.h to make them broadly
available in KVM selftests.
Suggested-by: Sean Christopherson
Signed-off-by: Manali Shukla
---
.../selftests/kvm/include/x86_64/processor.h| 17 +
1 file changed, 17 insertions(+)
diff --git a/tools/testi