Re: [PATCH 01/20] x86/tdx: Introduce tdvmcall_trampoline()
From: Paolo Bonzini
Date: Fri May 17 2024 - 13:02:40 EST
On 5/17/24 16:19, Kirill A. Shutemov wrote:
The function will be used from inline assembly to handle most TDVMCALL
cases.
Perhaps add that the calling convention is designed to allow using the
asm constraints a/b/c/d/S/D and keep the asm blocks simpler?
Paolo