Changeset 5fdad22 in mainline for tools/ew.py


Ignore:
Timestamp:
2015-12-17T19:59:09Z (8 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7254df6
Parents:
d16a96f
Message:

Silence the QEMU warning about the unknown image format.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/ew.py

    rd16a96f r5fdad22  
    100100                subprocess.call('tools/mkfat.py 1048576 uspace/dist/data hdisk.img', shell = True)
    101101
    102         return ' -hda hdisk.img'
     102        return ' -drive file=hdisk.img,index=0,media=disk,format=raw'
    103103
    104104def qemu_nic_ne2k_options():
Note: See TracChangeset for help on using the changeset viewer.