Changeset 38097a43 in mainline


Ignore:
Timestamp:
2016-09-20T09:23:55Z (8 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6eda732
Parents:
d701672
Message:

Upgrade to QEMU 2.7.0

  • Add patch that fixes Integrator/CP regression
Location:
contrib/qemu
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/qemu/build-from-scratch.sh

    rd701672 r38097a43  
    2929#
    3030
    31 VERSION=2.6.0
     31VERSION=2.7.0
    3232BASENAME=qemu-${VERSION}
    3333BASENAME_MASTER=qemu-master
     
    3636URL=http://wiki.qemu-project.org/download/${TARBALL}
    3737REPO=git://git.qemu.org/qemu.git
    38 MD5="ca3f70b43f093e33e9e014f144067f13"
     38MD5="08d4d06d1cb598efecd796137f4844ab"
    3939
    4040if [ "$1" == "--master" ]; then
     
    5353        tar xvfj ${TARBALL}
    5454        cd ${SOURCEDIR}
     55        patch -p 1 <../integratorcm_init_memsz.patch
    5556fi
    5657
Note: See TracChangeset for help on using the changeset viewer.