Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20231014195719.151397-1-deller@kernel.org
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Helge Deller <deller@gmx.de>, Sven Schnelle <svens@stackframe.org>, Jason Wang <jasowang@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
MAINTAINERS | 5 +-
hw/hppa/Kconfig | 1 +
hw/hppa/hppa_hardware.h | 1 -
hw/hppa/machine.c | 364 +++++++++++----
hw/input/lasips2.c | 4 +
hw/net/tulip.c | 2 +-
hw/pci-host/Kconfig | 4 +
hw/pci-host/astro.c | 876 ++++++++++++++++++++++++++++++++++++
hw/pci-host/meson.build | 1 +
hw/pci-host/trace-events | 11 +
include/hw/pci-host/astro.h | 92 ++++
include/hw/pci/pci_ids.h | 2 +
pc-bios/hppa-firmware.img | Bin 732376 -> 755480 bytes
roms/seabios-hppa | 2 +-
14 files changed, 1284 insertions(+), 81 deletions(-)
create mode 100644 hw/pci-host/astro.c
create mode 100644 include/hw/pci-host/astro.h