Skip to content

Commit 3ef0f0d

Browse files
committedOct 30, 2022
Merge tag 'v7.1.0' into utm-edition
v7.1.0 release
2 parents f129a2b + 621da77 commit 3ef0f0d

File tree

2,395 files changed

+120613
-70967
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,395 files changed

+120613
-70967
lines changed
 

‎.cirrus.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ windows_msys2_task:
1010
memory: 8G
1111
env:
1212
CIRRUS_SHELL: powershell
13-
MSYS: winsymlinks:nativestrict
13+
MSYS: winsymlinks:native
1414
MSYSTEM: MINGW64
15-
MSYS2_URL: https://github.com/msys2/msys2-installer/releases/download/2021-04-19/msys2-base-x86_64-20210419.sfx.exe
15+
MSYS2_URL: https://github.com/msys2/msys2-installer/releases/download/2022-06-03/msys2-base-x86_64-20220603.sfx.exe
1616
MSYS2_FINGERPRINT: 0
1717
MSYS2_PACKAGES: "
1818
diffutils git grep make pkg-config sed

‎.github/workflows/lockdown.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: dessant/repo-lockdown@v2
1717
with:
18-
pull-comment: |
18+
pr-comment: |
1919
Thank you for your interest in the QEMU project.
2020
2121
This repository is a read-only mirror of the project's repostories hosted
@@ -26,5 +26,5 @@ jobs:
2626
functionality). However, we get a lot of patches, and so we have some
2727
guidelines about contributing on the project website:
2828
https://www.qemu.org/contribute/
29-
lock-pull: true
30-
close-pull: true
29+
lock-pr: true
30+
close-pr: true

0 commit comments

Comments
 (0)
Please sign in to comment.