Re: [PATCH] x86/svm: Revert 1->true conversion in svm_asid_handle_vmrun()

2025-06-23 Thread Jan Beulich
On 23.06.2025 12:51, Andrew Cooper wrote: > This is literally ASID 1, not a boolean configuration. > > Fixes: 2f09f797ba43 ("x86/svm: Drop the suffix _guest from vmcb bit") > Signed-off-by: Andrew Cooper Reviewed-by: Jan Beulich

[PATCH] x86/svm: Revert 1->true conversion in svm_asid_handle_vmrun()

2025-06-23 Thread Andrew Cooper
This is literally ASID 1, not a boolean configuration. Fixes: 2f09f797ba43 ("x86/svm: Drop the suffix _guest from vmcb bit") Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Roger Pau Monné --- xen/arch/x86/hvm/svm/asid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/