19b27c9
{
19b27c9
    "description": "OVMF with SEV-ES support",
19b27c9
    "interface-types": [
19b27c9
        "uefi"
19b27c9
    ],
19b27c9
    "mapping": {
19b27c9
        "device": "flash",
19b27c9
        "mode": "stateless",
19b27c9
        "executable": {
19b27c9
            "filename": "/usr/share/edk2/ovmf/OVMF.amdsev.fd",
19b27c9
            "format": "raw"
19b27c9
        }
19b27c9
    },
19b27c9
    "targets": [
19b27c9
        {
19b27c9
            "architecture": "x86_64",
19b27c9
            "machines": [
19b27c9
                "pc-q35-*"
19b27c9
            ]
19b27c9
        }
19b27c9
    ],
19b27c9
    "features": [
19b27c9
        "amd-sev",
19b27c9
        "amd-sev-es",
1e474de
        "amd-sev-snp",
19b27c9
        "verbose-dynamic"
19b27c9
    ],
19b27c9
    "tags": [
19b27c9
19b27c9
    ]
19b27c9
}