Skip to content

Commit

Permalink
Merge pull request #169 from jean-edouard/stable-9-ndvmhvm
Browse files Browse the repository at this point in the history
S9: [xenmgr] Default to hvm ndvm for x64
  • Loading branch information
Eric Chanudet authored Jul 19, 2019
2 parents 0a00b8f + 509819a commit c8a02ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xenmgr/Vm/Templates.hs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ import Paths_xenmgr

data ConfigTemplate = ConfigTemplate JSValue

ndvmDefaultMode = "pv"
ndvmDefaultMode = "hvm"

getNdvmMode :: Rpc String
getNdvmMode =
Expand Down

0 comments on commit c8a02ec

Please sign in to comment.