Files
qemu/hw/display
Dennis Wölfing 05ece98f96 vga: Allow writing VBE_DISPI_ID5 to ID register
The highest VBE_DISPI_INDEX_ID version supported by QEMU is
VBE_DISPI_ID5. But currently QEMU only allows writing values up to
VBE_DISPI_ID4 to the VBE_DISPI_INDEX_ID register.

As a result of this when a lower version is written to this register and
later VBE_DISPI_ID5 is written back, reads from the register will
continue to report the lower version.

Indeed SeaBIOS is doing that during VGA initialization which causes
guests to always read VBE_DISPI_ID0 instead of the correct version.

Signed-off-by: Dennis Wölfing <denniswoelfing@gmx.de>
Message-Id: <20210607115303.228659-1-denniswoelfing@gmx.de>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
2021-06-15 07:11:03 +02:00
..
2020-12-10 17:16:44 +01:00
2020-06-30 22:54:24 +02:00
2020-12-10 12:15:18 -05:00
2021-05-12 18:20:25 +02:00
2021-05-27 12:06:37 +02:00
2020-05-18 15:43:51 +02:00
2021-03-19 15:18:43 +01:00
2020-09-09 09:27:09 -04:00
2021-05-10 13:55:28 +02:00
2019-08-16 13:31:52 +02:00