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