On Tue, 17 Mar 2026 at 15:18, BALATON Zoltan <[email protected]> wrote: > > Coverity reports several possible sign extension errors (latest is CID > 1645615). These cannot happen because the values are limited when > writing the registers and only 32 bits of the return value matter but > change type of the variable storing the return value to uint32_t to > avoid these warnings. Also change DEFAULT_SC_BOTTOM_RIGHT register > read to match what other similar registers do for consistency. > > Signed-off-by: BALATON Zoltan <[email protected]> > --- > Rest of series unchanged so only sending this patch. > hw/display/ati.c | 8 ++++----
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
