On 12/5/25 15:57, Philippe Mathieu-Daudé wrote:
On 4/12/25 22:33, Alex Bennée wrote:
Jim MacArthur <[email protected]> writes:
If both frame and element count are 65535, which appears valid from my
reading of the OMAP5912 documentation, then some of the calculations
will overflow the 32-bit signed integer range and produce a negative
min_elems value.
Raised by #3204 (https://gitlab.com/qemu-project/qemu/-/issues/3204).
nit:
Fixes: https://gitlab.com/qemu-project/qemu/-/issues/3204
Format is:
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/3204
Fixes: afbb5194d43 ("Handle on-chip DMA controllers in one place")
I'm unclear on whether this actually resolves or fixes the issue, so I
just said 'Raised by'. The bug only includes a test case, not a text
description of the problem. The test case will give a different error if
this patch is applied, but still doesn't pass. I've mentioned this on
the bug page.
Jim