qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PULL 0/6] hppa target updates and fixes


From: Helge Deller
Subject: [PULL 0/6] hppa target updates and fixes
Date: Wed, 2 Feb 2022 19:11:33 +0100

The following changes since commit 91f5f7a5df1fda8c34677a7c49ee8a4bb5b56a36:

  Merge remote-tracking branch 
'remotes/lvivier-gitlab/tags/linux-user-for-7.0-pull-request' into staging 
(2022-01-12 11:51:47 +0000)

are available in the Git repository at:

  https://github.com/hdeller/qemu-hppa.git tags/hppa-updates-pull-request

for you to fetch changes up to d449eee3af37937f788c02ad88f2caa8bbfb19aa:

  hw/display/artist: Fix draw_line() artefacts (2022-02-02 18:46:45 +0100)

----------------------------------------------------------------
Fixes and updates for hppa target

This patchset fixes some important bugs in the hppa artist graphics driver:
- Fix artist graphics for HP-UX and Linux
- Mouse cursor fixes for HP-UX
- Fix draw_line() function on artist graphic

and it adds 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 is included as well:
- 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]