[pve-devel] [PATCH qemu-server 1/1] CPU flags: Add aes flag
Peter Keresztes Schmidt | SOSETH Internal Affairs
peterke at sos.ethz.ch
Tue Aug 13 15:34:02 CEST 2019
Ah right, the CLA. Just sent it to office at proxmox.com.
Cheers,
Peter
On 13.08.19 14:27, Thomas Lamprecht wrote:
> Am 8/1/19 um 7:22 PM schrieb Peter Keresztes Schmidt:
>> Signed-off-by: Peter Keresztes Schmidt <peterke at sos.ethz.ch>
>> ---
>> PVE/QemuServer.pm | 3 ++-
>> 1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm
>> index 8c519b5..106d2ae 100644
>> --- a/PVE/QemuServer.pm
>> +++ b/PVE/QemuServer.pm
>> @@ -178,7 +178,8 @@ my @supported_cpu_flags = (
>> 'pdpe1gb',
>> 'md-clear',
>> 'hv-tlbflush',
>> - 'hv-evmcs'
>> + 'hv-evmcs',
>> + 'aes'
>> );
>> my $cpu_flag = qr/[+-](@{[join('|', @supported_cpu_flags)]})/;
>>
>>
>
> Thanks a lot for your contribution, it looks OK.
>
> We'd still need a signed CLA to be able to apply it, see:
> https://pve.proxmox.com/wiki/Developer_Documentation#Software_License_and_Copyright
> for details.
>
> cheers,
> Thomas
>
>
More information about the pve-devel
mailing list