Re: [PATCH v5 12/65] i386: Introduce tdx-guest object

2024-02-29 Thread Markus Armbruster
Xiaoyao Li writes: > Introduce tdx-guest object which inherits CONFIDENTIAL_GUEST_SUPPORT, > and will be used to create TDX VMs (TDs) by > > qemu -machine ...,confidential-guest-support=tdx0 \ >-object tdx-guest,id=tdx0 > > So far, it has no QAPI member/properety decleared and only on

[PATCH v5 12/65] i386: Introduce tdx-guest object

2024-02-28 Thread Xiaoyao Li
Introduce tdx-guest object which inherits CONFIDENTIAL_GUEST_SUPPORT, and will be used to create TDX VMs (TDs) by qemu -machine ...,confidential-guest-support=tdx0 \ -object tdx-guest,id=tdx0 So far, it has no QAPI member/properety decleared and only one internal member 'attributes'