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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/ew.py

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