> +## > +# @TDXInfo: > +# > +# Information about Trust Domain Extensions (TDX) support > +# > +# @enabled: true if TDX is active > +# > +## > +{ 'struct': 'TDXInfo', > + 'data': { 'enabled': 'bool' }, > + 'if': 'defined(TARGET_I386)' > +} I think a generic 'ConfidentialComputing' enum with 'none', 'sev' and 'tdx' would be better. Hmm, I see sev already has a collection of sev-specific commands, so not sure whenever going that route now buys us much though ... take care, Gerd