Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20231019225257.383071-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 | 367 +++++++++++----
hw/input/lasips2.c | 10 +
hw/net/tulip.c | 2 +-
hw/pci-host/Kconfig | 4 +
hw/pci-host/astro.c | 885 ++++++++++++++++++++++++++++++++++++
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, 1301 insertions(+), 82 deletions(-)
create mode 100644 hw/pci-host/astro.c
create mode 100644 include/hw/pci-host/astro.h