[PATCH 0/2] ati-vga Coverity fixes

BALATON Zoltan posted 2 patches 2 days, 2 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1774904832.git.balaton@eik.bme.hu
hw/display/ati.c    | 4 ++++
hw/display/ati_2d.c | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
[PATCH 0/2] ati-vga Coverity fixes
Posted by BALATON Zoltan 2 days, 2 hours ago
Small patches to address Coverity warnings.

BALATON Zoltan (2):
  ati-vga: Silence warning about operator precedence
  ati-vga: Add upper limit to x-linear-aper-size property

 hw/display/ati.c    | 4 ++++
 hw/display/ati_2d.c | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

-- 
2.41.3
Re: [PATCH 0/2] ati-vga Coverity fixes
Posted by Philippe Mathieu-Daudé 1 day, 10 hours ago
On 30/3/26 23:09, BALATON Zoltan wrote:
> Small patches to address Coverity warnings.
> 
> BALATON Zoltan (2):
>    ati-vga: Silence warning about operator precedence
>    ati-vga: Add upper limit to x-linear-aper-size property

Queued via hw-misc tree, thanks.
Re: [PATCH 0/2] ati-vga Coverity fixes
Posted by BALATON Zoltan 1 day, 10 hours ago
On Tue, 31 Mar 2026, Philippe Mathieu-Daudé wrote:
> On 30/3/26 23:09, BALATON Zoltan wrote:
>> Small patches to address Coverity warnings.
>> 
>> BALATON Zoltan (2):
>>    ati-vga: Silence warning about operator precedence
>>    ati-vga: Add upper limit to x-linear-aper-size property
>
> Queued via hw-misc tree, thanks.

Thanks. Could somebody review the cirrus-vga patch too so it could be 
picked up?

Regards,
BALATON Zoltan
Re: [PATCH 0/2] ati-vga Coverity fixes
Posted by Philippe Mathieu-Daudé 1 day, 5 hours ago
On 31/3/26 15:45, BALATON Zoltan wrote:
> On Tue, 31 Mar 2026, Philippe Mathieu-Daudé wrote:
>> On 30/3/26 23:09, BALATON Zoltan wrote:
>>> Small patches to address Coverity warnings.
>>>
>>> BALATON Zoltan (2):
>>>    ati-vga: Silence warning about operator precedence
>>>    ati-vga: Add upper limit to x-linear-aper-size property
>>
>> Queued via hw-misc tree, thanks.
> 
> Thanks. Could somebody review the cirrus-vga patch too so it could be 
> picked up?

I skipped them because Gerd left a comment.