Modify controller_allinone.xml for deploying simplex in AMD environment

Change cpu feature policy for vmx to start VM successfully in AMD environment.

Closes-Bug: 1821572

Change-Id: I9dfaf4cc05efa86e76e3ef53351b88c07529e114
Signed-off-by: hutianhao <hu.tianhao@99cloud.net>
This commit is contained in:
hutianhao 2019-03-26 06:59:16 +00:00
parent 254fa6531b
commit 436ca8c17a
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
<cpu match='exact'>
<model fallback='forbid'>Nehalem</model>
<topology sockets='1' cores='6' threads='1'/>
<feature policy='require' name='vmx'/>
<feature policy='optional' name='vmx'/>
<feature policy='optional' name='svm'/>
</cpu>
<clock offset='utc'/>