Re: [PATCH v8 12/55] i386/tdx: Validate TD attributes

2025-04-22 Thread Zhao Liu
On Tue, Apr 01, 2025 at 09:01:22AM -0400, Xiaoyao Li wrote: > Date: Tue, 1 Apr 2025 09:01:22 -0400 > From: Xiaoyao Li > Subject: [PATCH v8 12/55] i386/tdx: Validate TD attributes > X-Mailer: git-send-email 2.34.1 > > Validate TD attributes with tdx_caps that only supported bit

Re: [PATCH v8 12/55] i386/tdx: Validate TD attributes

2025-04-08 Thread Xiaoyao Li
On 4/2/2025 7:47 PM, Daniel P. Berrangé wrote: On Tue, Apr 01, 2025 at 09:01:22AM -0400, Xiaoyao Li wrote: Validate TD attributes with tdx_caps that only supported bits are allowed by KVM. Besides, sanity check the attribute bits that have not been supported by QEMU yet. e.g., debug bit, it wil

Re: [PATCH v8 12/55] i386/tdx: Validate TD attributes

2025-04-02 Thread Daniel P . Berrangé
On Tue, Apr 01, 2025 at 09:01:22AM -0400, Xiaoyao Li wrote: > Validate TD attributes with tdx_caps that only supported bits are > allowed by KVM. > > Besides, sanity check the attribute bits that have not been supported by > QEMU yet. e.g., debug bit, it will be allowed in the future when debug >

[PATCH v8 12/55] i386/tdx: Validate TD attributes

2025-04-01 Thread Xiaoyao Li
Validate TD attributes with tdx_caps that only supported bits are allowed by KVM. Besides, sanity check the attribute bits that have not been supported by QEMU yet. e.g., debug bit, it will be allowed in the future when debug TD support lands in QEMU. Signed-off-by: Xiaoyao Li Acked-by: Gerd Hof