[PATCH 05/20] x86/tdx: Convert MSR read handling to use new TDVMCALL_1()

2024-05-17 Thread Kirill A. Shutemov
Use newly introduced TDVMCALL_1() instead of __tdx_hypercall() to handle MSR read emulation. It cuts code bloat substantially: Function old new delta tdx_handle_virt_exception 20521947-105 Signed-off-by: Kirill A. Shutemov ---

Re: [PATCH 05/20] x86/tdx: Convert MSR read handling to use new TDVMCALL_1()

2024-05-27 Thread Wei Liu
On Fri, May 17, 2024 at 05:19:23PM +0300, Kirill A. Shutemov wrote: > Use newly introduced TDVMCALL_1() instead of __tdx_hypercall() to handle > MSR read emulation. > > It cuts code bloat substantially: > > Function old new delta > tdx_handle_virt_excepti