Windows guests are not that happy with the edid blob we provide. Tweak things a bit to make windows pick up more resolutions.
Also rebased all pending edid patches on top of that, so this is the latest "all in one" patch series. Akihiko Odaki (1): edid: Make refresh rate configurable Gerd Hoffmann (5): qemu-edid: use qemu_edid_size() edid: edid_desc_next edid: move xtra3 descriptor edid: use dta extension block descriptors edid: prefer standard timings Konstantin Nazarov (3): edid: move timing generation into a separate function edid: allow arbitrary-length checksums edid: add support for DisplayID extension (5k resolution) include/hw/display/edid.h | 12 +- hw/display/edid-generate.c | 247 +++++++++++++++++++++++++++---------- hw/display/vga-pci.c | 2 +- qemu-edid.c | 6 +- 4 files changed, 191 insertions(+), 76 deletions(-) -- 2.30.2