Changeset 512579c in mainline
- Timestamp:
- 2019-08-17T12:49:43Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3706d93
- Parents:
- a73a1453
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-06-29 10:24:05)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:43)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/ew.py
ra73a1453 r512579c 264 264 265 265 if (not console and (not is_override('nographic')) and not is_override('noserial')): 266 cmdline += ' -serial stdio'266 cmdline += ' -serial vc -monitor stdio' 267 267 268 268 if (is_override('bigmem')): … … 327 327 'image' : 'image.iso@arm64', 328 328 'audio' : False, 329 'console' : True,330 329 'hdd' : False, 331 330 'net' : False,
Note:
See TracChangeset
for help on using the changeset viewer.