]>
x86/svm: Revert 1->true conversion in svm_asid_handle_vmrun()
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 23 Jun 2025 10:41:39 +0000 (11:41 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 25 Jun 2025 16:54:41 +0000 (17:54 +0100)
commit5ede8c92616d2bdf39916e7f6fd754821d4c5e6d
tree775ae24473b46416c15b6c2332810d3dfcd83ffa
parent136387f70f6ffc9e0abad8a97fcfd2322be15791
x86/svm: Revert 1->true conversion in svm_asid_handle_vmrun()

This is literally ASID 1 (of 2^16), not a boolean.

Fixes: 2f09f797ba43 ("x86/svm: Drop the suffix _guest from vmcb bit")
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/hvm/svm/asid.c