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:
parent
254fa6531b
commit
436ca8c17a
@ -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'/>
|
||||
|
Loading…
Reference in New Issue
Block a user