All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Fixes and updates for hppa target
@ 2022-01-12 21:07 Helge Deller
  2022-01-12 21:07 ` [PATCH 1/5] seabios-hppa: Update SeaBIOS-hppa to VERSION 3 Helge Deller
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Helge Deller @ 2022-01-12 21:07 UTC (permalink / raw)
  To: qemu-devel, Richard Henderson; +Cc: Helge Deller

This patchset fixes some important bugs in the hppa artist graphics driver:
- Fix framebuffer access for Linux
- Mouse cursor fixes for 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 (5):
  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
  hw/display/artist: Fix framebuffer access for Linux

 hw/display/artist.c       |  58 +++++++++++++++++++++++++++-----------
 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 +++++++
 12 files changed, 122 insertions(+), 23 deletions(-)

-- 
2.31.1



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-01-15 18:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-12 21:07 [PATCH 0/5] Fixes and updates for hppa target Helge Deller
2022-01-12 21:07 ` [PATCH 1/5] seabios-hppa: Update SeaBIOS-hppa to VERSION 3 Helge Deller
2022-01-12 21:07 ` [PATCH 2/5] hw/hppa: Allow up to 16 emulated CPUs Helge Deller
2022-01-12 21:07 ` [PATCH 3/5] hppa: Add support for an emulated TOC/NMI button Helge Deller
2022-01-12 21:07 ` [PATCH 4/5] hw/display/artist: Mouse cursor fixes for HP-UX Helge Deller
2022-01-12 21:07 ` [PATCH 5/5] hw/display/artist: Fix framebuffer access for Linux Helge Deller
2022-01-12 21:47   ` Philippe Mathieu-Daudé
2022-01-15 11:55     ` Sven Schnelle
2022-01-15 18:36       ` Sven Schnelle

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.