Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200130161533.8180-1-peter.maydell@linaro.org
Maintainers: Peter Maydell <peter.maydell@linaro.org>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Laurent Vivier <laurent@vivier.eu>, Thomas Huth <thuth@redhat.com>, Cornelia Huck <cohuck@redhat.com>, Michael Tokarev <mjt@tls.msk.ru>
hw/core/Makefile.objs | 1 +
tests/Makefile.include | 1 +
include/hw/arm/aspeed.h | 2 +
include/hw/arm/aspeed_soc.h | 2 +
include/hw/arm/virt.h | 1 +
include/hw/qdev-core.h | 58 +++++++-
include/hw/resettable.h | 247 +++++++++++++++++++++++++++++++++
include/hw/sd/aspeed_sdhci.h | 1 +
target/arm/cpu.h | 7 +
target/arm/kvm_arm.h | 95 ++++++++++---
hw/arm/aspeed.c | 72 ++++++++--
hw/arm/aspeed_ast2600.c | 31 ++++-
hw/arm/aspeed_soc.c | 2 +
hw/arm/raspi.c | 2 -
hw/arm/virt.c | 9 ++
hw/audio/intel-hda.c | 2 +-
hw/core/bus.c | 102 ++++++++++++++
hw/core/or-irq.c | 2 +-
hw/core/qdev.c | 160 ++++++++++++++++++++--
hw/core/resettable.c | 301 +++++++++++++++++++++++++++++++++++++++++
hw/hyperv/hyperv.c | 2 +-
hw/i386/microvm.c | 2 +-
hw/i386/pc.c | 2 +-
hw/ide/microdrive.c | 8 +-
hw/intc/arm_gicv3_kvm.c | 11 +-
hw/intc/spapr_xive.c | 2 +-
hw/misc/pca9552.c | 90 ++++++++++++
hw/net/ftgmac100.c | 13 ++
hw/ppc/pnv_psi.c | 4 +-
hw/ppc/spapr_pci.c | 2 +-
hw/ppc/spapr_vio.c | 2 +-
hw/s390x/ipl.c | 10 +-
hw/s390x/s390-pci-inst.c | 2 +-
hw/scsi/vmw_pvscsi.c | 2 +-
hw/sd/aspeed_sdhci.c | 11 +-
hw/sd/omap_mmc.c | 2 +-
hw/sd/pl181.c | 2 +-
target/arm/arm-semi.c | 9 ++
target/arm/cpu.c | 2 +
target/arm/cpu64.c | 1 +
target/arm/kvm.c | 120 ++++++++++++++++
target/arm/kvm32.c | 3 +
target/arm/kvm64.c | 4 +
target/arm/machine.c | 7 +
target/arm/monitor.c | 1 +
tests/qtest/arm-cpu-features.c | 41 ++++--
vl.c | 10 +-
docs/arm-cpu-features.rst | 37 ++++-
docs/devel/index.rst | 1 +
docs/devel/reset.rst | 289 +++++++++++++++++++++++++++++++++++++++
hw/core/trace-events | 27 ++++
51 files changed, 1727 insertions(+), 90 deletions(-)
create mode 100644 include/hw/resettable.h
create mode 100644 hw/core/resettable.c
create mode 100644 docs/devel/reset.rst