Changes in tools/ew.py [644352c:83b01c2] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/ew.py

    r644352c r83b01c2  
    8989                        return 'system-mips', malta_options()
    9090        elif platform == 'ppc32':
    91                 return 'system-ppc', '-m 256'
     91                return 'system-ppc', ''
    9292        elif platform == 'sparc64':
    9393                return 'system-sparc64', ''
     
    137137        if is_override('nosnd'):
    138138                return ''
    139         return ' -device intel-hda -device hda-duplex'
     139        return ' -soundhw sb16'
    140140
    141141def qemu_run(platform, machine):
Note: See TracChangeset for help on using the changeset viewer.