Skip to content

Commit

Permalink
Update QEMU, update Podman
Browse files Browse the repository at this point in the history
  • Loading branch information
arixmkii committed Aug 16, 2024
1 parent f236db9 commit 480d307
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-podman-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: workflow_dispatch

env:
PODMAN_GITURL: https://github.com/containers/podman.git
PODMAN_SHA: 48e727f1b47899512f6ee7f402ca7d19eb6bf441
PODMAN_SHA: f69ede1138e46656737bd6d147e82f06b2452926

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prepare-qemu-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Prepare QCW QEMU (from TarBall sources)
on: workflow_dispatch

env:
QEMU_VERSION: 9.1.0-rc0
QEMU_VERSION: 9.1.0-rc2
MSYS: "winsymlinks:native"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Latest version (or stable later than v0.0.12) is a requirement. Should be instal
Starting from version `0.0.6` of qcw it is possible to use with official windows builds of QEMU (if host FS mounts
are not needed).

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

0 comments on commit 480d307

Please sign in to comment.