[pve-devel] applied: [PATCH qemu-server 1/1] CPU flags: Add aes flag
Thomas Lamprecht
t.lamprecht at proxmox.com
Fri Aug 23 10:40:01 CEST 2019
On 01.08.19 19:22, Peter Keresztes Schmidt wrote:
> 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)]})/;
>
>
applied, but for additional Flags I'd like to wait for Stefans work to be
able to add customized CPU models with specific flag enabled or disabled.
Thanks!
More information about the pve-devel
mailing list