]> git.proxmox.com Git - qemu-server.git/commitdiff
CPU flags: Add aes flag
authorPeter Keresztes Schmidt <peterke@sos.ethz.ch>
Thu, 1 Aug 2019 17:22:23 +0000 (19:22 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 23 Aug 2019 08:37:22 +0000 (10:37 +0200)
Signed-off-by: Peter Keresztes Schmidt <peterke@sos.ethz.ch>
PVE/QemuServer.pm

index 9f5bf563513d712ec28c70f1c995293916c4c546..6e3b19e22fcbdd82eaeb2c902d3a49a07c442ca8 100644 (file)
@@ -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)]})/;