Skip to content

Commit 35c078f

Browse files
committed
Update QEMU to 9.2.2
1 parent fbe97c5 commit 35c078f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/prepare-qemu-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
description: QEMU version"
88
value: ${{ jobs.build.outputs.qemu_version }}
99
env:
10-
QEMU_VERSION: 9.2.1
10+
QEMU_VERSION: 9.2.2
1111
MSYS: "winsymlinks:native"
1212
jobs:
1313
build:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Should be installed via official setup mechanism.
110110
Starting from version `0.0.18` of qcw it is possible to use with official windows builds of QEMU (including msys2).
111111
To launch Lima one still will need the patched version of QEMU.
112112

113-
Version `9.2.1` with 3 patch sets from QEMU mailing list:
113+
Version `9.2.2` with 3 patch sets from QEMU mailing list:
114114
* hw/9pfs: Add 9pfs support for Windows https://lists.gnu.org/archive/html/qemu-devel/2023-02/msg05533.html;
115115
* WHPX: Add support for device backed memory regions https://lists.gnu.org/archive/html/qemu-devel/2022-07/msg04837.html;
116116
* Windows installer: keep dependency cache https://lists.gnu.org/archive/html/qemu-devel/2023-01/msg03125.html.

0 commit comments

Comments
 (0)