Changeset aace43d8 in mainline for contrib/qemu/build-from-scratch.sh


Ignore:
Timestamp:
2023-05-10T21:04:22Z (2 years ago)
Author:
Jakub Jermář <jakub@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
14cbf07
Parents:
cdf5361
git-author:
Jakub Jermář <jakub@…> (2023-05-10 20:57:39)
git-committer:
Jakub Jermář <jakub@…> (2023-05-10 21:04:22)
Message:

Bump QEMU version to 8.0.0

Also fix the QEMU command line for sparc64/niagara for QEMU 8.0.0 and
switch to using the GitHub QEMU mirror, which appears to be more
reliable.

File:
1 edited

Legend:

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

    rcdf5361 raace43d8  
    2929#
    3030
    31 VERSION=6.2.0
     31VERSION=8.0.0
    3232BASENAME=qemu-${VERSION}
    3333BASENAME_MASTER=qemu-master
     
    3535SOURCEDIR=${BASENAME}
    3636URL=https://download.qemu.org/${TARBALL}
    37 REPO=git://git.qemu.org/qemu.git
     37REPO=git@github.com:qemu/qemu.git
    3838
    3939OPENSPARC_TARBALL="OpenSPARCT1_Arch.1.5.tar.bz2"
Note: See TracChangeset for help on using the changeset viewer.