Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250929165230.797471-1-clg@redhat.com
Maintainers: "Cédric Le Goater" <clg@kaod.org>, Peter Maydell <peter.maydell@linaro.org>, Steven Lee <steven_lee@aspeedtech.com>, Troy Lee <leetroy@gmail.com>, Jamin Lin <jamin_lin@aspeedtech.com>, Andrew Jeffery <andrew@codeconstruct.com.au>, Joel Stanley <joel@jms.id.au>, Paolo Bonzini <pbonzini@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
docs/system/arm/aspeed.rst | 31 +
include/hw/arm/aspeed_soc.h | 23 +
include/hw/misc/aspeed_sbc.h | 6 +
include/hw/nvram/aspeed_otp.h | 33 +
include/hw/pci-host/aspeed_pcie.h | 137 +++
include/hw/pci/pci_ids.h | 2 +
hw/arm/aspeed.c | 107 +--
hw/arm/aspeed_ast10x0.c | 2 +-
hw/arm/aspeed_ast2600.c | 76 +-
hw/arm/aspeed_ast27x0-fc.c | 77 +-
hw/arm/aspeed_ast27x0.c | 74 ++
hw/arm/aspeed_soc_common.c | 96 +++
hw/misc/aspeed_sbc.c | 197 +++++
hw/nvram/aspeed_otp.c | 190 +++++
hw/pci-host/aspeed_pcie.c | 1015 +++++++++++++++++++++++
hw/arm/Kconfig | 3 +
hw/misc/trace-events | 6 +
hw/nvram/meson.build | 4 +
hw/nvram/trace-events | 5 +
hw/pci-host/Kconfig | 4 +
hw/pci-host/meson.build | 1 +
hw/pci-host/trace-events | 11 +
tests/functional/aarch64/test_aspeed_ast2700.py | 4 +-
tests/functional/arm/test_aspeed_ast1030.py | 24 +-
tests/functional/arm/test_aspeed_ast2600.py | 36 +
tests/functional/aspeed.py | 8 +
26 files changed, 2019 insertions(+), 153 deletions(-)
create mode 100644 include/hw/nvram/aspeed_otp.h
create mode 100644 include/hw/pci-host/aspeed_pcie.h
create mode 100644 hw/nvram/aspeed_otp.c
create mode 100644 hw/pci-host/aspeed_pcie.c