qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] HPPA graphics and serial console enhancements
@ 2025-02-04 22:17 deller
  2025-02-04 22:17 ` [PATCH 1/6] hw/char: Add emulation of Diva GSP PCI management boards deller
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: deller @ 2025-02-04 22:17 UTC (permalink / raw)
  To: Richard Henderson, qemu-devel; +Cc: Helge Deller

From: Helge Deller <deller@gmx.de>

A small series of patches which enhances the graphics output on 64-bit hppa
machines. Allows to disable the artist graphic card and introduces drivers for
the Diva GSP (remote management) cards which are used in later 64-bit machines
and which we now use for serial console output.

The LMMIO regions of the Astro chip are now supported too, which e.g. allows to
plug in a virtual ATI PCI card with a 64-bit Linux kernel.

Please review.

Helge Deller (6):
  hw/char: Add emulation of Diva GSP PCI management boards
  hw/hppa: Wire up Diva GSP card
  artist: Allow disabling artist on command line
  hw/hppa: Avoid creation of artist if disabled on command line
  hw/pci-host/astro: Add LMMIO range support
  target/hppa: Update SeaBIOS-hppa

 MAINTAINERS                 |   1 +
 hw/char/Kconfig             |   3 +
 hw/char/diva-gsp.c          | 297 ++++++++++++++++++++++++++++++++++++
 hw/char/meson.build         |   1 +
 hw/display/artist.c         |   9 +-
 hw/hppa/Kconfig             |   1 +
 hw/hppa/machine.c           |  42 +++--
 hw/pci-host/astro.c         |  52 +++++++
 include/hw/pci-host/astro.h |   6 +-
 roms/seabios-hppa           |   2 +-
 10 files changed, 383 insertions(+), 31 deletions(-)
 create mode 100644 hw/char/diva-gsp.c

-- 
2.47.0



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

end of thread, other threads:[~2025-02-04 22:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-04 22:17 [PATCH 0/6] HPPA graphics and serial console enhancements deller
2025-02-04 22:17 ` [PATCH 1/6] hw/char: Add emulation of Diva GSP PCI management boards deller
2025-02-04 22:17 ` [PATCH 2/6] hw/hppa: Wire up Diva GSP card deller
2025-02-04 22:17 ` [PATCH 3/6] artist: Allow disabling artist on command line deller
2025-02-04 22:17 ` [PATCH 4/6] hw/hppa: Avoid creation of artist if disabled " deller
2025-02-04 22:17 ` [PATCH 5/6] hw/pci-host/astro: Add LMMIO range support deller
2025-02-04 22:17 ` [PATCH 6/6] target/hppa: Update SeaBIOS-hppa deller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).