mbox

[PULL,0/9] Vga 20200929 patches

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

Pull-request

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

Message

Gerd Hoffmann Sept. 29, 2020, 9:57 a.m. UTC
The following changes since commit 74504514b154ebebdff577d88e4bf5c13074e9ed:

  Merge remote-tracking branch 'remotes/alistair/tags/pull-register-20200927'=
 into staging (2020-09-28 16:49:10 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 97a0530bb71fb96468f218b622cd840e2c667bf6:

  ppc/pseries: enable big-endian-framebuffer quirk for bochs-display and virt=
io-vga (2020-09-29 10:08:25 +0200)

----------------------------------------------------------------
virtio-vga: reset fix, bigendian fix.
virtio-vga+spice: set monitor dimension via edid.

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

Gerd Hoffmann (2):
  virtio-vga: implement big-endian-framebuffer property
  ppc/pseries: enable big-endian-framebuffer quirk for bochs-display and
    virtio-vga

Guoqing Zhang (1):
  virtio-gpu-3d: fix abnormal display after a warm reboot

Marc-Andr=C3=A9 Lureau (6):
  edid: fix physical display size computation
  edid: use physical dimensions if available
  ui: add getter for UIInfo
  spice: remove the single monitor config logic
  spice: get monitors physical dimension
  virtio-gpu: set physical dimensions for EDID

 include/hw/display/edid.h      |  5 ++++-
 include/hw/virtio/virtio-gpu.h |  1 +
 include/ui/console.h           |  4 ++++
 hw/display/edid-generate.c     | 36 +++++++++++++++++++++++-----------
 hw/display/virtio-gpu-3d.c     |  2 +-
 hw/display/virtio-gpu-base.c   |  2 ++
 hw/display/virtio-gpu.c        |  2 ++
 hw/display/virtio-vga.c        | 19 ++++++++++++++++++
 hw/ppc/spapr_pci.c             |  4 +++-
 qemu-edid.c                    | 11 +++++++++--
 ui/console.c                   |  7 +++++++
 ui/spice-display.c             | 33 +++++++++++--------------------
 12 files changed, 88 insertions(+), 38 deletions(-)

--=20
2.27.0

Comments

Peter Maydell Sept. 29, 2020, 12:18 p.m. UTC | #1
On Tue, 29 Sep 2020 at 10:59, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 74504514b154ebebdff577d88e4bf5c13074e9ed:
>
>   Merge remote-tracking branch 'remotes/alistair/tags/pull-register-20200927'=
>  into staging (2020-09-28 16:49:10 +0100)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/vga-20200929-pull-request
>
> for you to fetch changes up to 97a0530bb71fb96468f218b622cd840e2c667bf6:
>
>   ppc/pseries: enable big-endian-framebuffer quirk for bochs-display and virt=
> io-vga (2020-09-29 10:08:25 +0200)
>
> ----------------------------------------------------------------
> virtio-vga: reset fix, bigendian fix.
> virtio-vga+spice: set monitor dimension via edid.
>


Applied, thanks.

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

-- PMM