Hi.
I need to pass the AES capabilities to a virtual machine but when I enable it with kvm64 virtualization the error is:
Parameter verification failed. (400)
cpu: invalid format - format error cpu.flags: value does not match the regex pattern
the host CPu is:
model name : Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz
the CPU have aes support:
sort -u /proc/crypto | grep module
module : aesni_intel
module : aes_x86_64
module : crc32_pclmul
module : crct10dif_pclmul
module : ghash_clmulni_intel
module : kernel
I don't find in any manual how to set this "flag"
Please help.
I need to pass the AES capabilities to a virtual machine but when I enable it with kvm64 virtualization the error is:
Parameter verification failed. (400)
cpu: invalid format - format error cpu.flags: value does not match the regex pattern
the host CPu is:
model name : Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz
the CPU have aes support:
sort -u /proc/crypto | grep module
module : aesni_intel
module : aes_x86_64
module : crc32_pclmul
module : crct10dif_pclmul
module : ghash_clmulni_intel
module : kernel
I don't find in any manual how to set this "flag"
Please help.