[Qemu-devel] [PULL 0/4] Vga 20190705 patches

Gerd Hoffmann posted 4 patches 4 years, 10 months ago
Test s390x passed
Test FreeBSD passed
Test checkpatch passed
Test asan passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190705134239.11718-1-kraxel@redhat.com
hw/display/ati.c    |   5 +-
hw/display/ati_2d.c | 133 ++++++++++++++++++++++++--------------------
2 files changed, 75 insertions(+), 63 deletions(-)
[Qemu-devel] [PULL 0/4] Vga 20190705 patches
Posted by Gerd Hoffmann 4 years, 10 months ago
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(-)

-- 
2.18.1


Re: [Qemu-devel] [PULL 0/4] Vga 20190705 patches
Posted by Peter Maydell 4 years, 10 months ago
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