[Qemu-devel] [PATCH v3 0/3] vfio/display: add edid support.

Gerd Hoffmann posted 3 patches 5 years, 2 months ago
Test asan passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu failed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190222054939.19739-1-kraxel@redhat.com
Maintainers: Alex Williamson <alex.williamson@redhat.com>
hw/vfio/pci.h                 |   2 +
include/hw/vfio/vfio-common.h |   4 ++
hw/vfio/display.c             | 155 ++++++++++++++++++++++++++++++++++++++++++
hw/vfio/pci.c                 |  12 ++++
hw/vfio/trace-events          |   7 ++
5 files changed, 180 insertions(+)
[Qemu-devel] [PATCH v3 0/3] vfio/display: add edid support.
Posted by Gerd Hoffmann 5 years, 2 months ago
The 5.0 linux kernel header update finally landed in master.  So this
series has no unmerged dependencies any more.  Rebasing and re-sending
for merge.

This series adds EDID support to the qemu vfio display code.  Various
display-reladed information -- most importantly the display resolution
which should be used -- is passed to the guest that way.  The (initial)
display resolution can be set using the new xres and yres properties.
When supported by the UI it will also be updated on window resizes.

v3:
 - change xres+yres property error handling.
 - swap one leftover fprintf for a tracepoint.

Gerd Hoffmann (3):
  vfio/display: add edid support.
  vfio/display: add xres + yres properties
  vfio/display: delay link up event

 hw/vfio/pci.h                 |   2 +
 include/hw/vfio/vfio-common.h |   4 ++
 hw/vfio/display.c             | 155 ++++++++++++++++++++++++++++++++++++++++++
 hw/vfio/pci.c                 |  12 ++++
 hw/vfio/trace-events          |   7 ++
 5 files changed, 180 insertions(+)

-- 
2.9.3