You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github-actionsbot
changed the title
PSRAM 2MB's EID indistinguishable from lookup failure
PSRAM 2MB's EID indistinguishable from lookup failure (QEMU-239)
Jan 24, 2025
(Found this while reading through the code, so the bug report template is irrelevant.)
The EID lookup function returns the same number/constant for the error case as it does when requested to allocate 2 MiB of PSRAM:
qemu/hw/misc/ssi_psram.c
Lines 58 to 59 in 48b3fa9
vs error:
qemu/hw/misc/ssi_psram.c
Lines 68 to 71 in 48b3fa9
I.e.
0x00 == 0
.This causes this false positive error to be emitted:
qemu/hw/misc/ssi_psram.c
Lines 196 to 198 in 48b3fa9
Project release version
48b3fa9
The text was updated successfully, but these errors were encountered: