mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-01 17:28:24 +00:00
CPU flags: Add aes flag
Signed-off-by: Peter Keresztes Schmidt <peterke@sos.ethz.ch>
This commit is contained in:
parent
ccab68c22c
commit
cd98c4675b
@ -178,7 +178,8 @@ my @supported_cpu_flags = (
|
|||||||
'pdpe1gb',
|
'pdpe1gb',
|
||||||
'md-clear',
|
'md-clear',
|
||||||
'hv-tlbflush',
|
'hv-tlbflush',
|
||||||
'hv-evmcs'
|
'hv-evmcs',
|
||||||
|
'aes'
|
||||||
);
|
);
|
||||||
my $cpu_flag = qr/[+-](@{[join('|', @supported_cpu_flags)]})/;
|
my $cpu_flag = qr/[+-](@{[join('|', @supported_cpu_flags)]})/;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user