Re: [PATCH v1 1/4] KVM: selftests: Add safe_halt() and cli() helpers to common code

2024-12-19 Thread Sean Christopherson
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 + >

[PATCH v1 1/4] KVM: selftests: Add safe_halt() and cli() helpers to common code

2024-10-20 Thread Manali Shukla
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