Changeset 15d0046 in mainline for tools/ew.py


Ignore:
Timestamp:
2014-09-12T13:22:33Z (10 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9b20126
Parents:
8db09e4 (diff), 105d8d6 (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.
Message:

Merge mainline changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/ew.py

    r8db09e4 r15d0046  
    8080                return 'system-x86_64', pc_options(64)
    8181        elif platform == 'arm32':
    82                 return 'system-arm', ''
     82                return 'system-arm', '-M integratorcp'
    8383        elif platform == 'ia32':
    8484                return 'system-i386', pc_options(32)
     
    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.