Re: [PATCH v4 7/9] KVM: VMX: Make handle_bus_lock_vmexit() a shared helper
From: Nikolay Borisov
Date: Wed Aug 26 2026 - 06:44:19 EST
On 8/19/26 12:49, Xiaoyao Li wrote:
Move handle_bus_lock_vmexit() from vmx.c to main.c to make it a shared
helper so that TDX can use it for Bus Lock VM exit handling as well.
Rename it to add vt_ prefix to reflect that it is a helper for both VMX
and TDX.
Cc: stable@xxxxxxxxxxxxxxx
Signed-off-by: Xiaoyao Li <xiaoyao.li@xxxxxxxxx>
Reviewed-by: Nikolay Borisov <nik.borisov@xxxxxxxx>