mbox

[PULL,0/8] Vga 20190822 patches

Message ID 20190822080503.12063-1-kraxel@redhat.com
State New
Headers show

Pull-request

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

Message

Gerd Hoffmann Aug. 22, 2019, 8:04 a.m. UTC
The following changes since commit 17dc57990320edaad52ac9ea808be9719c91cea6:

  Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-08-20' into staging (2019-08-20 14:14:20 +0100)

are available in the Git repository at:

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

for you to fetch changes up to b7105d280cab053465de79ff1766d2f7e1ea7554:

  ati-vga: Implement dummy VBlank IRQ (2019-08-22 10:04:20 +0200)

----------------------------------------------------------------
vga: a collection of ati fixes/improvements.

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

BALATON Zoltan (8):
  ati-vga: Add registers for getting apertures
  ati-vga: Add some register definitions for debugging
  ati-vga: Fix GPIO_MONID register write
  ati-vga: Fix cursor color with guest_hwcursor=true
  ati-vga: Fix hardware cursor image offset
  ati-vga: Attempt to handle CRTC offset not exact multiple of stride
  ati-vga: Add limited support for big endian frame buffer aperture
  ati-vga: Implement dummy VBlank IRQ

 hw/display/ati_int.h  |   5 ++
 hw/display/ati_regs.h |  17 +++++++
 hw/display/ati.c      | 112 +++++++++++++++++++++++++++++++++++-------
 hw/display/ati_dbg.c  |  10 ++++
 4 files changed, 126 insertions(+), 18 deletions(-)

Comments

Peter Maydell Aug. 22, 2019, 4:01 p.m. UTC | #1
On Thu, 22 Aug 2019 at 09:07, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 17dc57990320edaad52ac9ea808be9719c91cea6:
>
>   Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-08-20' into staging (2019-08-20 14:14:20 +0100)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/vga-20190822-pull-request
>
> for you to fetch changes up to b7105d280cab053465de79ff1766d2f7e1ea7554:
>
>   ati-vga: Implement dummy VBlank IRQ (2019-08-22 10:04:20 +0200)
>
> ----------------------------------------------------------------
> vga: a collection of ati fixes/improvements.
>
> ----------------------------------------------------------------
>
> BALATON Zoltan (8):
>   ati-vga: Add registers for getting apertures
>   ati-vga: Add some register definitions for debugging
>   ati-vga: Fix GPIO_MONID register write
>   ati-vga: Fix cursor color with guest_hwcursor=true
>   ati-vga: Fix hardware cursor image offset
>   ati-vga: Attempt to handle CRTC offset not exact multiple of stride
>   ati-vga: Add limited support for big endian frame buffer aperture
>   ati-vga: Implement dummy VBlank IRQ

Applied, thanks.

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

-- PMM