Skip to content

Commit

Permalink
Merge pull request xapi-project#5351 from edwintorok/private/edvint/v…
Browse files Browse the repository at this point in the history
…mdesc

xenopsd: avoid log message about vmdesc
  • Loading branch information
robhoes authored Jan 17, 2024
2 parents 3ff0807 + 0659d51 commit eb52377
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ocaml/xenopsd/scripts/qemu-wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ def main(argv):

qemu_args.extend(['-machine',
'%s,accel=xen,max-ram-below-4g=%lu,'
'suppress-vmdesc=on,'
'allow-unassigned=true,trad_compat=%s%s'
% (machine, mmio_start, trad_compat, igdpt)])

Expand Down

0 comments on commit eb52377

Please sign in to comment.