These are some fixes to ati-vga for 11.0.

Patch 1 fixes problem reported in
https://lists.nongnu.org/archive/html/qemu-ppc/2026-01/msg00105.html

Patch 2 fixes output from Solaris install iso
Rendering still not always correct as it uses some unimplemented
features but it's now readable. I did not test full install though.

Patch 3 fixes vram overrun errors seen with Solaris and MorphOS when
crtc offset is non-zero (this happens on MorphOS when additional
screen is opened)

Patch4 tries to avoid Coverity warning matching what other places
already do

BALATON Zoltan (4):
  ati-vga: Fix colors when frame buffer endianness does not match host
  ati-vga: Also switch mode on HW cursor enable bit change
  ati-vga: Do not add crtc offset to src and dst data address
  ati-vga: Avoid warning about sign extension

 hw/display/ati.c    |  5 +++--
 hw/display/ati_2d.c | 29 +++++++++++++++++------------
 2 files changed, 20 insertions(+), 14 deletions(-)

-- 
2.41.3


Reply via email to