[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 0/7] Resend of all outstanding ati-vga patches
From: |
BALATON Zoltan |
Subject: |
[Qemu-devel] [PATCH 0/7] Resend of all outstanding ati-vga patches |
Date: |
Sun, 11 Aug 2019 23:14:53 +0200 |
Hello,
This is the latest version of all outstanding ati-vga patches
collected in one series. Some of these or previous versions of them
were sent individually before but these are now superceding all
previous patches that are not yet in master and this series is all
that should be needed.
This should fix color problems due to endianness with most drivers (if
such problems remain with some Linux drivers those should be cross
checked with real hardware), fixes running FCode ROM with appropriate
OpenBIOS patches for mac99 and includes fixes that will be needed to
get picture with MacOS 9 but that may also need VBlank interrupts
emulated so it won't boot yet.
Regards,
BALATON Zoltan
BALATON Zoltan (7):
ati-vga: Add registers for getting apertures
ati-vga: Add some register definitions for debugging
ati-vga: Fix GPIO_MONID register write
ati-vga: Fix cursor color with guest_hwcursor=true
ati-vga: Fix hardware cursor image offset
ati-vga: Attempt to handle CRTC offset not exact multiple of stride
ati-vga: Add limited support for big endian frame buffer aperture
hw/display/ati.c | 68 +++++++++++++++++++++++++++++++++++++--------------
hw/display/ati_dbg.c | 9 +++++++
hw/display/ati_int.h | 1 +
hw/display/ati_regs.h | 11 +++++++++
4 files changed, 71 insertions(+), 18 deletions(-)
--
2.13.7
- [Qemu-devel] [PATCH 0/7] Resend of all outstanding ati-vga patches,
BALATON Zoltan <=
- [Qemu-devel] [PATCH 3/7] ati-vga: Fix GPIO_MONID register write, BALATON Zoltan, 2019/08/11
- [Qemu-devel] [PATCH 7/7] ati-vga: Add limited support for big endian frame buffer aperture, BALATON Zoltan, 2019/08/11
- [Qemu-devel] [PATCH 2/7] ati-vga: Add some register definitions for debugging, BALATON Zoltan, 2019/08/11
- [Qemu-devel] [PATCH 6/7] ati-vga: Attempt to handle CRTC offset not exact multiple of stride, BALATON Zoltan, 2019/08/11
- [Qemu-devel] [PATCH 5/7] ati-vga: Fix hardware cursor image offset, BALATON Zoltan, 2019/08/11
- [Qemu-devel] [PATCH 1/7] ati-vga: Add registers for getting apertures, BALATON Zoltan, 2019/08/11
- [Qemu-devel] [PATCH 4/7] ati-vga: Fix cursor color with guest_hwcursor=true, BALATON Zoltan, 2019/08/11