Re: [PATCH 1/2] hw/display: factor out the scanout blob to fb conversion

2024-11-06 Thread Alex Bennée
Dmitry Osipenko writes: > On 11/4/24 19:53, Alex Bennée wrote: >> There are two identical sequences of a code doing the same thing that >> raise warnings with Coverity. Before fixing those issues lets factor >> out the common code into a helper function we can share. >> >> Signed-off-by: Alex Be

Re: [PATCH 1/2] hw/display: factor out the scanout blob to fb conversion

2024-11-05 Thread Dmitry Osipenko
On 11/4/24 19:53, Alex Bennée wrote: > There are two identical sequences of a code doing the same thing that > raise warnings with Coverity. Before fixing those issues lets factor > out the common code into a helper function we can share. > > Signed-off-by: Alex Bennée > Cc: Dmitry Osipenko > --

[PATCH 1/2] hw/display: factor out the scanout blob to fb conversion

2024-11-04 Thread Alex Bennée
There are two identical sequences of a code doing the same thing that raise warnings with Coverity. Before fixing those issues lets factor out the common code into a helper function we can share. Signed-off-by: Alex Bennée Cc: Dmitry Osipenko --- include/hw/virtio/virtio-gpu.h | 15 + h