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
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
> --
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