summary refs log tree commit diff stats
path: root/gitlab/issues_text/target_arm/host_missing/accel_missing/2356
blob: d73581806ee8f3ce66820ee040f6094d90c9a4a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
assert in stm32l4x5_rcc
Description of problem:
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
```
Steps to reproduce:
```
cat << EOF | qemu-system-aarch64 -display \
none -machine accel=qtest, -m 512M -machine b-l475e-iot01a -qtest stdio
writeq 0x40021008 0xffffffff
EOF
```