mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-01-25 06:03:52 +03: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',
|
||||
'md-clear',
|
||||
'hv-tlbflush',
|
||||
'hv-evmcs'
|
||||
'hv-evmcs',
|
||||
'aes'
|
||||
);
|
||||
my $cpu_flag = qr/[+-](@{[join('|', @supported_cpu_flags)]})/;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user