All of lore.kernel.org
 help / color / mirror / Atom feed
From: BALATON Zoltan <balaton@eik.bme.hu>
To: qemu-devel@nongnu.org
Cc: "Gerd Hoffmann" <kraxel@redhat.com>,
	marcandre.lureau@redhat.com,
	"Chad Jablonski" <chad@jablonski.xyz>,
	"Philippe Mathieu-Daudé" <philmd@linaro.org>
Subject: [PATCH 0/4] ati-vga fixes
Date: Mon, 16 Mar 2026 01:05:19 +0100 (CET)	[thread overview]
Message-ID: <cover.1773618848.git.balaton@eik.bme.hu> (raw)

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	other threads:[~2026-03-16  0:06 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-16  0:05 BALATON Zoltan [this message]
2026-03-16  0:05 ` [PATCH 1/4] ati-vga: Fix colors when frame buffer endianness does not match host BALATON Zoltan
2026-03-17 16:31   ` Chad Jablonski
2026-03-17 17:25     ` BALATON Zoltan
2026-03-16  0:05 ` [PATCH 2/4] ati-vga: Also switch mode on HW cursor enable bit change BALATON Zoltan
2026-03-17 22:11   ` Chad Jablonski
2026-03-16  0:05 ` [PATCH 3/4] ati-vga: Do not add crtc offset to src and dst data address BALATON Zoltan
2026-03-16  0:05 ` [PATCH 4/4] ati-vga: Avoid warning about sign extension BALATON Zoltan
2026-03-17 10:06   ` Philippe Mathieu-Daudé
2026-03-17 10:27   ` Peter Maydell
2026-03-17 10:34     ` BALATON Zoltan
2026-03-17 10:49       ` Peter Maydell
2026-03-17 15:17 ` [PATCH v2 4/4] ati-vga: Avoid warnings " BALATON Zoltan
2026-03-17 16:06   ` Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1773618848.git.balaton@eik.bme.hu \
    --to=balaton@eik.bme.hu \
    --cc=chad@jablonski.xyz \
    --cc=kraxel@redhat.com \
    --cc=marcandre.lureau@redhat.com \
    --cc=philmd@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.