mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 13:26:27 +00:00
parent
d565598489
commit
e5df8da1bd
@ -1 +1 @@
|
||||
f425c0058d023cabfa555a0605982e935c582902
|
||||
a58000c856a6a838d0da22df8c144a60211b4572
|
||||
|
@ -55,6 +55,15 @@
|
||||
fMayHaveXSave && pConfig->enmXSave && (fXStateHostMask & XSAVE_C_YMM) /*fAllowed*/);
|
||||
AssertLogRelRCReturn(rc, rc);
|
||||
|
||||
@@ -4323,7 +4328,7 @@
|
||||
* default is to only do this for VMs with nested paging and AMD-V or
|
||||
* unrestricted guest mode.
|
||||
*/
|
||||
- rc = cpumR3CpuIdReadIsaExtCfg(pVM, pIsaExts, "AESNI", &pConfig->enmAesNi, fNestedPagingAndFullGuestExec);
|
||||
+ rc = cpumR3CpuIdReadIsaExtCfg(pVM, pIsaExts, "AESNI", &pConfig->enmAesNi, fEnforceHWusage);
|
||||
AssertLogRelRCReturn(rc, rc);
|
||||
|
||||
/** @cfgm{/CPUM/IsaExts/PCLMUL, isaextcfg, depends}
|
||||
@@ -4425,7 +4430,7 @@
|
||||
* being the default is to only do this for VMs with nested paging and AMD-V or
|
||||
* unrestricted guest mode.
|
||||
|
Loading…
Reference in New Issue
Block a user