summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/2357.toml
blob: 838b9b3cd3b8ee381f4089b283c5bbfbee242090 (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
26
27
28
id = 2357
title = "assert in dwc2"
state = "closed"
created_at = "2024-05-23T20:23:00.904Z"
closed_at = "2024-08-07T04:34:45.926Z"
labels = ["Fuzzer", "workflow::Patch available"]
url = "https://gitlab.com/qemu-project/qemu/-/issues/2357"
host-os = "Ubuntu 22.04.4 LTS"
host-arch = "aarch64"
qemu-version = "commit 7e1c004701"
guest-os = "n/a"
guest-arch = "n/a"
description = """The following log reveals it:

```
ERROR:../hw/usb/hcd-dwc2.c:1131:dwc2_hsotg_read: code should not be reached
Bail out! ERROR:../hw/usb/hcd-dwc2.c:1131:dwc2_hsotg_read: code should not be reached
Aborted
```"""
reproduce = """```
cat << EOF | qemu-system-aarch64 -display \\
none -machine accel=qtest, -m 512M -machine raspi2b -m 1G -nodefaults \\
-usb -drive file=null-co://,if=none,format=raw,id=disk0 -device \\
usb-storage,port=1,drive=disk0 -qtest stdio
readl 0x3f980dfb
EOF
```"""
additional = "n/a"