Re: [PATCH v2 20/58] i386/tdx: Allows mrconfigid/mrowner/mrownerconfig for TDX_INIT_VM

2023-08-21 Thread Markus Armbruster
Daniel P. Berrangé writes: > On Fri, Aug 18, 2023 at 05:50:03AM -0400, Xiaoyao Li wrote: >> From: Isaku Yamahata >> >> When creating TDX vm, three sha384 hash values can be provided for >> TDX attestation. >> >> So far they were hard coded as 0. Now allow user to specify those values >> via pr

Re: [PATCH v2 20/58] i386/tdx: Allows mrconfigid/mrowner/mrownerconfig for TDX_INIT_VM

2023-08-21 Thread Daniel P . Berrangé
On Fri, Aug 18, 2023 at 05:50:03AM -0400, Xiaoyao Li wrote: > From: Isaku Yamahata > > When creating TDX vm, three sha384 hash values can be provided for > TDX attestation. > > So far they were hard coded as 0. Now allow user to specify those values > via property mrconfigid, mrowner and mrowner

[PATCH v2 20/58] i386/tdx: Allows mrconfigid/mrowner/mrownerconfig for TDX_INIT_VM

2023-08-18 Thread Xiaoyao Li
From: Isaku Yamahata When creating TDX vm, three sha384 hash values can be provided for TDX attestation. So far they were hard coded as 0. Now allow user to specify those values via property mrconfigid, mrowner and mrownerconfig. Choose hex-encoded string as format since it's friendly for user t