mbox

[PULL,0/4] Vga 20190705 patches

Message ID 20190705134239.11718-1-kraxel@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

git://git.kraxel.org/qemu tags/vga-20190705-pull-request

Message

Gerd Hoffmann July 5, 2019, 1:42 p.m. UTC
The following changes since commit 57dfc2c4d51e770ed3f617e5d1456d1e2bacf3f0:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190704-1' into staging (2019-07-04 17:32:24 +0100)

are available in the Git repository at:

  git://git.kraxel.org/qemu tags/vga-20190705-pull-request

for you to fetch changes up to 146dd326c1ff5869ba9e243e30325c44d696c996:

  ati-vga: Fix setting offset together with pitch for r128pro (2019-07-05 09:50:33 +0200)

----------------------------------------------------------------
vga: more ati bugfixes.

----------------------------------------------------------------

BALATON Zoltan (4):
  ati-vga: Improve readability of ati_2d_blt function
  ati-vga: Fix frame buffer endianness for big endian target
  ati-vga: Fix reverse bit blts
  ati-vga: Fix setting offset together with pitch for r128pro

 hw/display/ati.c    |   5 +-
 hw/display/ati_2d.c | 133 ++++++++++++++++++++++++--------------------
 2 files changed, 75 insertions(+), 63 deletions(-)

Comments

Peter Maydell July 5, 2019, 3:04 p.m. UTC | #1
On Fri, 5 Jul 2019 at 14:48, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 57dfc2c4d51e770ed3f617e5d1456d1e2bacf3f0:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190704-1' into staging (2019-07-04 17:32:24 +0100)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/vga-20190705-pull-request
>
> for you to fetch changes up to 146dd326c1ff5869ba9e243e30325c44d696c996:
>
>   ati-vga: Fix setting offset together with pitch for r128pro (2019-07-05 09:50:33 +0200)
>
> ----------------------------------------------------------------
> vga: more ati bugfixes.
>
> ----------------------------------------------------------------
>
> BALATON Zoltan (4):
>   ati-vga: Improve readability of ati_2d_blt function
>   ati-vga: Fix frame buffer endianness for big endian target
>   ati-vga: Fix reverse bit blts
>   ati-vga: Fix setting offset together with pitch for r128pro
>
>  hw/display/ati.c    |   5 +-
>  hw/display/ati_2d.c | 133 ++++++++++++++++++++++++--------------------
>  2 files changed, 75 insertions(+), 63 deletions(-)


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.1
for any user-visible changes.

-- PMM