Changeset bfa4ffa in mainline for tools/ew.py
- Timestamp:
- 2016-12-27T13:34:08Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9185e42
- Parents:
- 0d9b4a8 (diff), 73d8600 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/ew.py
r0d9b4a8 rbfa4ffa 95 95 return 'system-ppc', '-m 256' 96 96 elif platform == 'sparc64': 97 return 'system-sparc64', ' '97 return 'system-sparc64', '--prom-env boot-args="console=devices/\\hw\\pci0\\00:03.0\\com1\\a"' 98 98 99 99 def hdisk_mk(): … … 266 266 'run' : qemu_run, 267 267 'image' : 'image.iso', 268 'audio' : False 268 'audio' : False, 269 'console' : False, 269 270 }, 270 271 'sun4v' : {
Note:
See TracChangeset
for help on using the changeset viewer.