Re: [RFC PATCH v2 1/6] x86/sev: add SVSM call macros for the vTPM protocol

2025-03-10 Thread Stefano Garzarella
On Mon, Mar 10, 2025 at 12:08:34PM +0100, Borislav Petkov wrote: On Fri, Feb 28, 2025 at 06:07:15PM +0100, Stefano Garzarella wrote: Add macros for SVSM_VTPM_QUERY and SVSM_VTPM_CMD calls as defined in the "Secure VM Service Module for SEV-SNP Guests" Publication # 58019 Revision: 1.00 Link: h

Re: [RFC PATCH v2 1/6] x86/sev: add SVSM call macros for the vTPM protocol

2025-03-10 Thread Borislav Petkov
On Fri, Feb 28, 2025 at 06:07:15PM +0100, Stefano Garzarella wrote: > Add macros for SVSM_VTPM_QUERY and SVSM_VTPM_CMD calls as defined > in the "Secure VM Service Module for SEV-SNP Guests" > Publication # 58019 Revision: 1.00 > > Link: > https://www.amd.com/content/dam/amd/en/documents/epyc-tec

[RFC PATCH v2 1/6] x86/sev: add SVSM call macros for the vTPM protocol

2025-02-28 Thread Stefano Garzarella
Add macros for SVSM_VTPM_QUERY and SVSM_VTPM_CMD calls as defined in the "Secure VM Service Module for SEV-SNP Guests" Publication # 58019 Revision: 1.00 Link: https://www.amd.com/content/dam/amd/en/documents/epyc-technical-docs/specifications/58019.pdf Signed-off-by: Stefano Garzarella --- arc