The following changes since commit c5e4e49258e9b89cb34c085a419dd9f862935c48:
Merge remote-tracking branch 'remotes/xanclic/tags/pull-block-2018-09-25' into staging (2018-09-25 16:47:35 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/vga-20180927-pull-request for you to fetch changes up to 36ffc122dcd69ab66db4afab3a13cfca46bfc323: qxl: support mono cursors with inverted colors (2018-09-27 08:10:07 +0200) ---------------------------------------------------------------- vga: add edid support, qxl bugfixes. ---------------------------------------------------------------- Gerd Hoffmann (6): display/edid: add edid generator to qemu. display/edid: add qemu_edid_size() display/edid: add region helper. display/edid: add DEFINE_EDID_PROPERTIES display/stdvga: add edid support. qxl: use guest_monitor_config for local renderer. Peter Wu (1): qxl: support mono cursors with inverted colors configure | 2 +- Makefile | 2 + docs/specs/standard-vga.txt | 2 +- hw/display/qxl.h | 2 + hw/display/vga_int.h | 2 +- include/hw/display/edid.h | 27 +++ hw/display/edid-generate.c | 439 ++++++++++++++++++++++++++++++++++++++++++++ hw/display/edid-region.c | 33 ++++ hw/display/qxl-render.c | 34 +++- hw/display/qxl.c | 12 ++ hw/display/vga-pci.c | 35 +++- hw/display/virtio-vga.c | 2 +- qemu-edid.c | 120 ++++++++++++ ui/cursor.c | 40 +++- MAINTAINERS | 7 + hw/display/Makefile.objs | 3 + 16 files changed, 745 insertions(+), 17 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