Changeset 0ceeac3 in mainline
- Timestamp:
- 2018-06-14T18:43:49Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- abf8bd8
- Parents:
- be2a20ac
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-06-07 16:58:53)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-06-14 18:43:49)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/ew.py
rbe2a20ac r0ceeac3 209 209 cmdline += qemu_audio_options() 210 210 211 if (is_override('nographic')): 212 cmdline += ' -nographic' 213 211 214 if cfg['image'] == 'image.iso': 212 215 cmdline += ' -boot d -cdrom image.iso' … … 382 385 elif sys.argv[i] == '-notablet': 383 386 overrides['notablet'] = True 387 elif sys.argv[i] == '-nographic': 388 overrides['nographic'] = True 384 389 elif sys.argv[i] == '-qemu_path' and i < len(sys.argv) - 1: 385 390 expect_qemu = True
Note:
See TracChangeset
for help on using the changeset viewer.