blob: bd06cebac78bacb9b7a600b1b78765356471e7a8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
id = 2356
title = "assert in stm32l4x5_rcc"
state = "closed"
created_at = "2024-05-23T20:20:22.412Z"
closed_at = "2024-08-14T02:52:58.763Z"
labels = ["target: arm"]
url = "https://gitlab.com/qemu-project/qemu/-/issues/2356"
host-os = "n/a"
host-arch = "n/a"
qemu-version = "n/a"
guest-os = "n/a"
guest-arch = "n/a"
description = """The following log reveals it:
```
qemu-system-aarch64: ../hw/misc/stm32l4x5_rcc.c:546: void rcc_update_cfgr_register(Stm32l4x5RccState *): Assertion `val <= 0b100' failed.
Aborted
```"""
reproduce = """```
cat << EOF | qemu-system-aarch64 -display \\
none -machine accel=qtest, -m 512M -machine b-l475e-iot01a -qtest stdio
writeq 0x40021008 0xffffffff
EOF
```"""
additional = "n/a"
|