On 2/18/26 02:51, Alexander Graf wrote:
+Machine +------- + +The ``nitro`` machine (``-M nitro``) is a minimal, architecture-independent +machine that provides only what a Nitro Enclave needs: + +* RAM (huge page backed via memfd) +* vCPUs (defaults to ``host`` CPU type) +* A heartbeat device (vsock server on port 9000) +* A serial console bridge (vsock client, debug mode only) + +Communication to the Nitro Enclave is limited to virtio-vsock. The Enclave +is allocated a CID at launch at which it is reachable. The CID is available +as QOM property in the accelerator and as a trace event.
Maybe add a sample qom-get invocation to retrieve it? Paolo
