I have a Ryzen 7 3700X - which seems to say it supports SEV:
flags : ..... sev sev_es
$ cat /run/qemu-server/host-hw-capabilities.json
{ "amd-sev": { "cbitpos": 47, "reduced-phys-bits": 5, "sev-support": true, "sev-support-es": true, "sev-support-snp": false } }
When I try to...