674b3c8
{
674b3c8
    "description": "OVMF for x86_64, without SB, without SMM, with empty varstore",
674b3c8
    "interface-types": [
674b3c8
        "uefi"
674b3c8
    ],
674b3c8
    "mapping": {
674b3c8
        "device": "flash",
674b3c8
        "executable": {
674b3c8
            "filename": "/usr/share/edk2/ovmf/OVMF_CODE.fd",
674b3c8
            "format": "raw"
674b3c8
        },
674b3c8
        "nvram-template": {
674b3c8
            "filename": "/usr/share/edk2/ovmf/OVMF_VARS.fd",
674b3c8
            "format": "raw"
674b3c8
        }
674b3c8
    },
674b3c8
    "targets": [
674b3c8
        {
674b3c8
            "architecture": "x86_64",
674b3c8
            "machines": [
674b3c8
                "pc-i440fx-*",
674b3c8
                "pc-q35-*"
674b3c8
            ]
674b3c8
        }
674b3c8
    ],
674b3c8
    "features": [
674b3c8
        "acpi-s3",
674b3c8
        "amd-sev",
674b3c8
        "verbose-dynamic"
674b3c8
    ],
674b3c8
    "tags": [
674b3c8
674b3c8
    ]
674b3c8
}