]> git.proxmox.com Git - mirror_qemu.git/commitdiff
Merge tag 'C3700-pull-request' of https://github.com/hdeller/qemu-hppa into staging
authorStefan Hajnoczi <stefanha@redhat.com>
Fri, 20 Oct 2023 13:46:26 +0000 (06:46 -0700)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 20 Oct 2023 13:46:26 +0000 (06:46 -0700)
target/hppa: Add emulation of a C3700 HP-PARISC workstation

This series adds a new PA-RISC machine emulation for the HP-PARISC
C3700 workstation.

The physical HP C3700 machine has a PA2.0 (64-bit) CPU, in contrast to
the existing emulation of a B160L workstation which is a 32-bit only
machine and where it's Dino PCI controller isn't 64-bit capable.

With the HP C3700 machine emulation (together with the emulated Astro
Memory controller and the Elroy PCI bridge) it's now possible to
enhance the hppa CPU emulation to support the 64-bit instruction set
in upcoming patches.

Helge

v4 changes:
- Fix testsuite error in astro by adding a realize() implementation

v3 changes:
based on feedback from BALATON Zoltan <balaton@eik.bme.hu>:
- apply paches in different order to bring them logically closer to each other
- update comments in lasips2
- rephrased title and commit message of MAINTAINERS patch

v2 changes:
suggestions by BALATON Zoltan <balaton@eik.bme.hu>:
- merged pci_ids and tulip patch
- dropped comments in lasips2
- mention additional cleanups in patch "Require at least SeaBIOS-hppa version 10"
suggestions by Philippe Mathieu-Daudé <philmd@linaro.org>:
- dropped static pci_bus variable

# -----BEGIN PGP SIGNATURE-----
#
# iHUEABYKAB0WIQS86RI+GtKfB8BJu973ErUQojoPXwUCZTGzDQAKCRD3ErUQojoP
# X9psAP0cHfTuJuXMiBWhrJhfp5VV0TURvaNXjCGyK8qvfbK+zgEArg3nvKhZPvnu
# jVSq6b/Ppf3eCAZIYSVIsfLITbElTQ4=
# =Esj+
# -----END PGP SIGNATURE-----
# gpg: Signature made Thu 19 Oct 2023 15:51:57 PDT
# gpg:                using EDDSA key BCE9123E1AD29F07C049BBDEF712B510A23A0F5F
# gpg: Good signature from "Helge Deller <deller@gmx.de>" [unknown]
# gpg:                 aka "Helge Deller <deller@kernel.org>" [unknown]
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg:          There is no indication that the signature belongs to the owner.
# Primary key fingerprint: 4544 8228 2CD9 10DB EF3D  25F8 3E5F 3D04 A7A2 4603
#      Subkey fingerprint: BCE9 123E 1AD2 9F07 C049  BBDE F712 B510 A23A 0F5F

* tag 'C3700-pull-request' of https://github.com/hdeller/qemu-hppa:
  hw/hppa: Add new HP C3700 machine
  hw/hppa: Split out machine creation
  hw/hppa: Provide RTC and DebugOutputPort on CPU #0
  hw/hppa: Export machine name, BTLBs, power-button address via fw_cfg
  MAINTAINERS: Update HP-PARISC entries
  pci-host: Wire up new Astro/Elroy PCI bridge
  hw/pci-host: Add Astro system bus adapter found on PA-RISC machines
  lasips2: LASI PS/2 devices are not user-createable
  pci_ids/tulip: Add PCI vendor ID for HP and use it in tulip
  hw/hppa: Require at least SeaBIOS-hppa version 10
  target/hppa: Update to SeaBIOS-hppa version 10

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
1  2 
MAINTAINERS

diff --cc MAINTAINERS
index 628e6d7aa9faeeb26218ac662f7121a549262722,68d086a0f3716ded1ecfb3cfdcc5a68cd50fd884..e1a96c1a6c837337d223c2e3c773870104dd69e4
@@@ -1180,15 -1180,16 +1180,18 @@@ R: Helge Deller <deller@gmx.de
  S: Odd Fixes
  F: configs/devices/hppa-softmmu/default.mak
  F: hw/hppa/
 +F: hw/input/lasips2.c
  F: hw/net/*i82596*
  F: hw/misc/lasi.c
+ F: hw/pci-host/astro.c
  F: hw/pci-host/dino.c
 +F: include/hw/input/lasips2.h
  F: include/hw/misc/lasi.h
  F: include/hw/net/lasi_82596.h
+ F: include/hw/pci-host/astro.h
  F: include/hw/pci-host/dino.h
  F: pc-bios/hppa-firmware.img
+ F: roms/seabios-hppa/
  
  LoongArch Machines
  ------------------