Skip to content

Commit 07d9302

Browse files
committed
Add 9.2.0-rc0 (drop 7.2)
1 parent feaf478 commit 07d9302

File tree

5 files changed

+19
-11
lines changed

5 files changed

+19
-11
lines changed

7.2/Dockerfile renamed to 9.2-rc/Dockerfile

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

7.2/Dockerfile.native renamed to 9.2-rc/Dockerfile.native

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

7.2/qemu-signals.patch renamed to 9.2-rc/qemu-signals.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Origin: https://bugs.launchpad.net/qemu/+bug/1217339/comments/2
22
Origin: https://lists.nongnu.org/archive/html/qemu-devel/2017-03/msg03039.html
33

4-
diff --git a/softmmu/runstate.c b/softmmu/runstate.c
4+
diff --git a/system/runstate.c b/system/runstate.c
55
index ce8977c6a2..392e4c88be 100644
6-
--- a/softmmu/runstate.c
7-
+++ b/softmmu/runstate.c
6+
--- a/system/runstate.c
7+
+++ b/system/runstate.c
88
@@ -613,7 +613,11 @@ void qemu_system_killed(int signal, pid_t pid)
99
/* Cannot call qemu_system_shutdown_request directly because
1010
* we are in a signal handler.
File renamed without changes.

versions.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
{
2-
"7.2": {
3-
"url": "https://download.qemu.org/qemu-7.2.14.tar.xz",
4-
"version": "7.2.14"
5-
},
62
"8.0": {
73
"url": "https://download.qemu.org/qemu-8.0.5.tar.xz",
84
"version": "8.0.5"
@@ -22,5 +18,9 @@
2218
"9.1": {
2319
"url": "https://download.qemu.org/qemu-9.1.1.tar.xz",
2420
"version": "9.1.1"
21+
},
22+
"9.2-rc": {
23+
"url": "https://download.qemu.org/qemu-9.2.0-rc0.tar.xz",
24+
"version": "9.2.0-rc0"
2525
}
2626
}

0 commit comments

Comments
 (0)