From: BALATON Zoltan <balaton@eik.bme.hu>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>,
Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>,
Aleksandar Markovic <amarkovic@wavecomp.com>,
Peter Maydell <peter.maydell@linaro.org>,
philmd@redhat.com
Subject: [Qemu-devel] [PATCH v5-resend 0/2] Basic ATI VGA emulation
Date: Wed, 6 Mar 2019 21:05:40 +0100 [thread overview]
Message-ID: <cover.1551902740.git.balaton@eik.bme.hu> (raw)
Hello,
This is the latest version of the ati-vga patch, now also including
the mips_fulong2e patch in a series so both can be merged together via
the UI tree as agreed before to avoid needing to sync two maintainers.
That's probably all I can do before the freeze but the rest can be
considered bugfixes (or given that there's nothing to regress from yet
anything can be considered bugfix at this stage) so we may have some
more chance to improve it before the release if it's merged now.
At least Linux console and fulong2e PMON firmware should work but I
wasn't able to completely find out how 2D accel should work so it
still gives some garbled output for guests using it but I won't have
time to figure this out before the freeze. I could take some help in
this from someone knowing this hardware and pixman better than me.
(Pixman not having any documentation does not help.)
Please let me know if there's anything that needs to be fixed for it
to be merged now. I can probably make another version before the
freeze with those changes but not much more at the moment.
Regards,
BALATON Zoltan
BALATON Zoltan (2):
hw/display: Add basic ATI VGA emulation
mips_fulong2e: Add on-board graphics chip
default-configs/pci.mak | 1 +
hw/display/Makefile.objs | 2 +
hw/display/ati.c | 786 +++++++++++++++++++++++++++++++++++++++++++++++
hw/display/ati_2d.c | 167 ++++++++++
hw/display/ati_dbg.c | 259 ++++++++++++++++
hw/display/ati_int.h | 93 ++++++
hw/display/ati_regs.h | 461 +++++++++++++++++++++++++++
hw/display/trace-events | 4 +
hw/mips/mips_fulong2e.c | 6 +
vl.c | 1 +
10 files changed, 1780 insertions(+)
create mode 100644 hw/display/ati.c
create mode 100644 hw/display/ati_2d.c
create mode 100644 hw/display/ati_dbg.c
create mode 100644 hw/display/ati_int.h
create mode 100644 hw/display/ati_regs.h
--
2.13.7
next reply other threads:[~2019-03-06 20:14 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-06 20:05 BALATON Zoltan [this message]
2019-03-06 20:05 ` [Qemu-devel] [PATCH v5-resend 1/2] hw/display: Add basic ATI VGA emulation BALATON Zoltan
2019-03-06 20:05 ` [Qemu-devel] [PATCH v5-resend 2/2] mips_fulong2e: Add on-board graphics chip BALATON Zoltan
2019-03-07 0:32 ` Philippe Mathieu-Daudé
2019-03-07 0:38 ` BALATON Zoltan
2019-03-07 13:38 ` Aleksandar Markovic
2019-03-08 7:32 ` Gerd Hoffmann
2019-03-08 16:22 ` BALATON Zoltan
2019-03-08 16:35 ` Philippe Mathieu-Daudé
2019-03-08 16:40 ` Laurent Vivier
2019-03-11 6:38 ` Gerd Hoffmann
-- strict thread matches above, loose matches on Subject: below --
2019-03-07 3:47 [Qemu-devel] [PATCH v5-resend 0/2] Basic ATI VGA emulation Andrew Randrianasulu
2019-03-07 13:55 ` BALATON Zoltan
2019-03-07 16:48 Andrew Randrianasulu
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.1551902740.git.balaton@eik.bme.hu \
--to=balaton@eik.bme.hu \
--cc=amarkovic@wavecomp.com \
--cc=kraxel@redhat.com \
--cc=mark.cave-ayland@ilande.co.uk \
--cc=peter.maydell@linaro.org \
--cc=philmd@redhat.com \
--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.