Skip to content

Commit 336c5d8

Browse files
committed
[qemu] Bump QEMU version to v9.2.0-2025-11-18
Includes fixes to the SPI device necessary to get the SPI console working when using the TX indicator GPIO, in addition to other new features and fixes (flash reads on unint flash, TPM hw registers, USB fixes and bus handling, etc.) Signed-off-by: Alex Jones <[email protected]>
1 parent 4cd4ef9 commit 336c5d8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

MODULE.bazel.lock

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

third_party/qemu/extensions.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ qemu_bazel_build_or_forward = repository_rule(
8181
)
8282

8383
def _qemu_opentitan_repos():
84-
QEMU_VERSION = "v9.2.0-2025-11-10"
84+
QEMU_VERSION = "v9.2.0-2025-11-18"
8585

8686
url = "/".join([
8787
"https://github.com/lowRISC/qemu/releases/download",
@@ -93,7 +93,7 @@ def _qemu_opentitan_repos():
9393
name = "qemu_opentitan_src",
9494
url = url,
9595
build_file = Label(":BUILD.qemu_opentitan.bazel"),
96-
sha256 = "46037913a160c46f1a12ff8fe4eb746bf37d390848ace88b6401876c4c064669",
96+
sha256 = "7a285ffd4c34d98c20f288390cb4efba78a57af8fb5d7342545780726b36063b",
9797
patch_cmds = ["touch {}".format(_ARCHIVE_MARKER_FILE)],
9898
)
9999

0 commit comments

Comments
 (0)