[Qemu-devel] [PATCH 0/2] tcx/cg3: fix warnings reported by Coverity

Mark Cave-Ayland posted 2 patches 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1493624375-12707-1-git-send-email-mark.cave-ayland@ilande.co.uk
Test checkpatch passed
Test docker passed
Test s390x passed
hw/display/cg3.c |    2 +-
hw/display/tcx.c |    1 -
2 files changed, 1 insertion(+), 2 deletions(-)
[Qemu-devel] [PATCH 0/2] tcx/cg3: fix warnings reported by Coverity
Posted by Mark Cave-Ayland 7 years ago
This patchset fixes up a couple of issues from my last set of tcx/cg3 updates
spotted by Coverity as reported by Peter.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>

Mark Cave-Ayland (2):
  tcx: fix cut/paste error in update_palette_entries()
  cg3: add explicit ram_addr_t cast to scanline page variable

 hw/display/cg3.c |    2 +-
 hw/display/tcx.c |    1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

-- 
1.7.10.4


Re: [Qemu-devel] [PATCH 0/2] tcx/cg3: fix warnings reported by Coverity
Posted by Mark Cave-Ayland 6 years, 12 months ago
On 01/05/17 08:39, Mark Cave-Ayland wrote:

> This patchset fixes up a couple of issues from my last set of tcx/cg3 updates
> spotted by Coverity as reported by Peter.
> 
> Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
> 
> Mark Cave-Ayland (2):
>   tcx: fix cut/paste error in update_palette_entries()
>   cg3: add explicit ram_addr_t cast to scanline page variable
> 
>  hw/display/cg3.c |    2 +-
>  hw/display/tcx.c |    1 -
>  2 files changed, 1 insertion(+), 2 deletions(-)

No further comments, so I've added Philippe's R-B and applied to qemu-sparc.


ATB,

Mark.