blob: 442e4d38daeb774378849710586842536eefda45 (
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
|
graphic: 0.952
device: 0.926
performance: 0.781
debug: 0.741
network: 0.715
semantic: 0.566
PID: 0.353
files: 0.348
socket: 0.334
boot: 0.161
KVM: 0.154
vnc: 0.125
permissions: 0.047
other: 0.042
sdhci: assertion in sdhci_read_dataport()
Description of problem:
The following log reveals it:
```
qemu-system-x86_64: qemu/hw/sd/sdhci.c:476: uint32_t sdhci_read_dataport(SDHCIState *, unsigned int): Assertion `s->data_count < s->buf_maxsz' failed.
Aborted (core dumped)
```
|