Re: [pve-devel] [PATCH qemu-server v2 1/2] QEMU AMD SEV enable

2022-11-17 Thread Fiona Ebner
Am 17.11.22 um 11:50 schrieb Markus Frank:>>> @@ -2113,6 +2171,17 @@ sub parse_guest_agent { >>>   return $res; >>>   } >>>   +sub parse_memory_encryption { >>> +    my ($value) = @_; >>> + >>> +    return if !$value; >>> + >>> +    my $res = eval { parse_property_string($memory_encryption_fmt,

Re: [pve-devel] [PATCH qemu-server v2 1/2] QEMU AMD SEV enable

2022-11-17 Thread Markus Frank
Thanks for the feedback. I will send v3 when I was able to test it on an EPYC CPU. On 11/14/22 14:06, Fiona Ebner wrote: Am 11.11.22 um 15:27 schrieb Markus Frank: This Patch is for enabling AMD SEV (Secure Encrypted Virtualization) support in QEMU and enabling future memory encryption technol

Re: [pve-devel] [PATCH qemu-server v2 1/2] QEMU AMD SEV enable

2022-11-14 Thread Fiona Ebner
Am 11.11.22 um 15:27 schrieb Markus Frank: > This Patch is for enabling AMD SEV (Secure Encrypted > Virtualization) support in QEMU and enabling future > memory encryption technologies like INTEL MKTME > (Multi-key Total Memory Encryption) and SEV-SNP. > > Config-Example: > memory_encryption: type