[PATCH v2 0/6] Fixes and updates for hppa target

Helge Deller posted 6 patches 2 years, 3 months ago
Test checkpatch failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220131213529.17404-1-deller@gmx.de
Maintainers: Helge Deller <deller@gmx.de>, Richard Henderson <richard.henderson@linaro.org>
hw/display/artist.c       | 463 ++++++++++++++++----------------------
hw/display/trace-events   |   8 +-
hw/hppa/hppa_hardware.h   |   5 +-
hw/hppa/machine.c         |  35 ++-
pc-bios/hppa-firmware.img | Bin 757144 -> 701964 bytes
roms/seabios-hppa         |   2 +-
target/hppa/cpu.c         |   2 +-
target/hppa/cpu.h         |   5 +
target/hppa/helper.h      |   1 +
target/hppa/insns.decode  |   1 +
target/hppa/int_helper.c  |  19 +-
target/hppa/op_helper.c   |   7 +-
target/hppa/translate.c   |  10 +
13 files changed, 283 insertions(+), 275 deletions(-)
[PATCH v2 0/6] Fixes and updates for hppa target
Posted by Helge Deller 2 years, 3 months ago
This patchset fixes some important bugs in the hppa artist graphics driver:
- Fix various artist graphics misrenderings on HP-UX and Linux
- Fix draw_line() function on artist graphic
- Fix mouse cursor positioning and focus under HP-UX

New qemu features for hppa:
- Allow up to 16 emulated CPUs (instead of 8)
- Add support for an emulated TOC/NMI button

A new Seabios-hppa firmware:
- Update SeaBIOS-hppa to VERSION 3
- New opt/hostid fw_cfg option to change hostid
- Add opt/console fw_cfg option to select default console
- Added 16x32 font to STI firmware

Signed-off-by: Helge Deller <deller@gmx.de>

Helge Deller (4):
  seabios-hppa: Update SeaBIOS-hppa to VERSION 3
  hw/hppa: Allow up to 16 emulated CPUs
  hppa: Add support for an emulated TOC/NMI button.
  hw/display/artist: Mouse cursor fixes for HP-UX

Sven Schnelle (2):
  hw/display/artist: rewrite vram access mode handling
  hw/display/artist: Fix draw_line() artefacts

 hw/display/artist.c       | 463 ++++++++++++++++----------------------
 hw/display/trace-events   |   8 +-
 hw/hppa/hppa_hardware.h   |   5 +-
 hw/hppa/machine.c         |  35 ++-
 pc-bios/hppa-firmware.img | Bin 757144 -> 701964 bytes
 roms/seabios-hppa         |   2 +-
 target/hppa/cpu.c         |   2 +-
 target/hppa/cpu.h         |   5 +
 target/hppa/helper.h      |   1 +
 target/hppa/insns.decode  |   1 +
 target/hppa/int_helper.c  |  19 +-
 target/hppa/op_helper.c   |   7 +-
 target/hppa/translate.c   |  10 +
 13 files changed, 283 insertions(+), 275 deletions(-)

-- 
2.34.1