Skip to content

Commit

Permalink
drakrun: Update recommended Xen flags
Browse files Browse the repository at this point in the history
  • Loading branch information
chivay committed May 11, 2021
1 parent 9d3c096 commit 968d261
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions drakrun/drakrun/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -685,10 +685,11 @@ def validate_xen_commandline():
required_cmdline = {
"sched": "credit",
"force-ept": "1",
"ept": "pml=0",
"ept": "ad=0",
"hap_1gb": "0",
"hap_2mb": "0",
"altp2m": "1"
"altp2m": "1",
"hpet": "legacy-replacement",
}

parsed_xl_info = get_xl_info()
Expand Down

0 comments on commit 968d261

Please sign in to comment.