[PULL 0/9] Vga 20200929 patches

Gerd Hoffmann posted 9 patches 3 years, 7 months ago
Test docker-quick@centos7 passed
Test docker-mingw@fedora passed
Test checkpatch passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200929095717.26745-1-kraxel@redhat.com
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>, David Gibson <david@gibson.dropbear.id.au>
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(-)
[PULL 0/9] Vga 20200929 patches
Posted by Gerd Hoffmann 3 years, 7 months ago
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



Re: [PULL 0/9] Vga 20200929 patches
Posted by Peter Maydell 3 years, 7 months ago
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