mbox

[PULL] qemu-sparc updates

Message ID 20170505085724.GB7278@kentang.lan
State New
Headers show

Pull-request

https://github.com/mcayland/qemu.git tags/qemu-sparc-signed

Message

Mark Cave-Ayland May 5, 2017, 8:57 a.m. UTC
Hi Stefan,

This pull request contains just the fixes for the Coverity warnings spotted by Peter from
the last set of cg3/tcx patches. Please pull.


ATB,

Mark.


The following changes since commit e619b14746e5d8c0e53061661fd0e1da01fd4d60:

  Merge remote-tracking branch 'sthibault/tags/samuel-thibault' into staging (2017-05-02 15:16:29 +0100)

are available in the git repository at:


  https://github.com/mcayland/qemu.git tags/qemu-sparc-signed

for you to fetch changes up to 8eb57ae3f9afdd8d911f3b2862e05cd0bb042b4e:

  cg3: add explicit ram_addr_t cast to scanline page variable (2017-05-05 09:49:00 +0100)

----------------------------------------------------------------
qemu-sparc update

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

Comments

Stefan Hajnoczi May 8, 2017, 4:46 p.m. UTC | #1
On Fri, May 05, 2017 at 09:57:24AM +0100, Mark Cave-Ayland wrote:
> Hi Stefan,
> 
> This pull request contains just the fixes for the Coverity warnings spotted by Peter from
> the last set of cg3/tcx patches. Please pull.
> 
> 
> ATB,
> 
> Mark.
> 
> 
> The following changes since commit e619b14746e5d8c0e53061661fd0e1da01fd4d60:
> 
>   Merge remote-tracking branch 'sthibault/tags/samuel-thibault' into staging (2017-05-02 15:16:29 +0100)
> 
> are available in the git repository at:
> 
> 
>   https://github.com/mcayland/qemu.git tags/qemu-sparc-signed
> 
> for you to fetch changes up to 8eb57ae3f9afdd8d911f3b2862e05cd0bb042b4e:
> 
>   cg3: add explicit ram_addr_t cast to scanline page variable (2017-05-05 09:49:00 +0100)
> 
> ----------------------------------------------------------------
> qemu-sparc update
> 
> ----------------------------------------------------------------
> 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(-)

Thanks, applied to my staging tree:
https://github.com/stefanha/qemu/commits/staging

Stefan