qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/3] hw/display: add edid support to stdvga


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH 0/3] hw/display: add edid support to stdvga
Date: Mon, 17 Sep 2018 10:26:25 +0200

This series adds edid support to stdvga.  The biggest chunk is the
actual edid generator code (patch #1).  Patch #2 adds a small helper,
patch #3 wires up support in stdvga.

Gerd Hoffmann (3):
  display/edid: add edid generator to qemu.
  display/edid: add region helper.
  display/stdvga: add edid support.

 configure                   |   2 +-
 Makefile                    |   2 +
 docs/specs/standard-vga.txt |   2 +-
 hw/display/vga_int.h        |   2 +-
 include/hw/display/edid.h   |  22 +++
 hw/display/edid-generate.c  | 334 ++++++++++++++++++++++++++++++++++++++++++++
 hw/display/edid-region.c    |  33 +++++
 hw/display/vga-pci.c        |  42 +++++-
 hw/display/virtio-vga.c     |   2 +-
 qemu-edid.c                 | 106 ++++++++++++++
 hw/display/Makefile.objs    |   3 +
 11 files changed, 542 insertions(+), 8 deletions(-)
 create mode 100644 include/hw/display/edid.h
 create mode 100644 hw/display/edid-generate.c
 create mode 100644 hw/display/edid-region.c
 create mode 100644 qemu-edid.c

-- 
2.9.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]