Re: [PATCH v8 01/16] x86/tdx: Define TDX supported page sizes as macros

From: Dave Hansen
Date: Fri Jan 06 2023 - 14:04:23 EST


On 12/8/22 22:52, Kai Huang wrote:
> TDX supports 4K, 2M and 1G page sizes. The corresponding values are
> defined by the TDX module spec and used as TDX module ABI. Currently,
> they are used in try_accept_one() when the TDX guest tries to accept a
> page. However currently try_accept_one() uses hard-coded magic values.
>
> Define TDX supported page sizes as macros and get rid of the hard-coded
> values in try_accept_one(). TDX host support will need to use them too.
>
> Reviewed-by: Kirill A. Shutemov <kirill.shutemov@xxxxxxxxxxxxxxx>
> Signed-off-by: Kai Huang <kai.huang@xxxxxxxxx>

Reviewed-by: Dave Hansen <dave.hansen@xxxxxxxxxxxxxxx>