Changes in tools/ew.py [83b01c2:644352c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/ew.py
r83b01c2 r644352c 89 89 return 'system-mips', malta_options() 90 90 elif platform == 'ppc32': 91 return 'system-ppc', ' '91 return 'system-ppc', '-m 256' 92 92 elif platform == 'sparc64': 93 93 return 'system-sparc64', '' … … 137 137 if is_override('nosnd'): 138 138 return '' 139 return ' - soundhw sb16'139 return ' -device intel-hda -device hda-duplex' 140 140 141 141 def qemu_run(platform, machine):
Note:
See TracChangeset
for help on using the changeset viewer.