v2: dropped PMCCNTR patch The following changes since commit 0f397dcfecc9211d12c2c720c01eb32f0eaa7d23:
Merge tag 'pull-nbd-2024-08-08' of https://repo.or.cz/qemu/ericb into staging (2024-08-09 08:40:37 +1000) are available in the Git repository at: https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20240812 for you to fetch changes up to ed5031ad5d4c4c3b6eee6ab21aa95ccfc9dffdd4: arm/virt: place power button pin number on a define (2024-08-12 11:40:16 +0100) ---------------------------------------------------------------- * Fix BTI versus CF_PCREL * include: Fix typo in name of MAKE_IDENTFIER macro * docs: Various txt-to-rST conversions * hw/core/ptimer: fix timer zero period condition for freq > 1GHz * arm/virt: place power button pin number on a define ---------------------------------------------------------------- Eric Blake (1): docs: Typo fix in live disk backup Jianzhou Yue (1): hw/core/ptimer: fix timer zero period condition for freq > 1GHz Mauro Carvalho Chehab (1): arm/virt: place power button pin number on a define Peter Maydell (6): include: Fix typo in name of MAKE_IDENTFIER macro docs/specs/rocker.txt: Convert to rST docs/interop/nbd.txt: Convert to rST docs/interop/parallels.txt: Convert to rST docs/interop/prl-xml.txt: Convert to rST docs/interop/prl-xml.rst: Fix minor grammar nits Richard Henderson (1): target/arm: Fix BTI versus CF_PCREL MAINTAINERS | 7 +- docs/interop/index.rst | 3 + docs/interop/live-block-operations.rst | 4 +- docs/interop/nbd.rst | 89 ++++++++++++ docs/interop/nbd.txt | 72 ---------- docs/interop/{parallels.txt => parallels.rst} | 108 ++++++++------- docs/interop/prl-xml.rst | 192 ++++++++++++++++++++++++++ docs/interop/prl-xml.txt | 158 --------------------- docs/specs/index.rst | 1 + docs/specs/{rocker.txt => rocker.rst} | 181 ++++++++++++------------ include/hw/arm/virt.h | 3 + include/qapi/qmp/qobject.h | 2 +- include/qemu/atomic.h | 2 +- include/qemu/compiler.h | 2 +- include/qemu/osdep.h | 6 +- target/arm/tcg/helper-a64.h | 3 + target/arm/tcg/translate.h | 2 - hw/arm/virt-acpi-build.c | 6 +- hw/arm/virt.c | 7 +- hw/core/ptimer.c | 4 +- target/arm/tcg/helper-a64.c | 39 ++++++ target/arm/tcg/translate-a64.c | 64 ++------- tests/unit/ptimer-test.c | 33 +++++ 23 files changed, 547 insertions(+), 441 deletions(-) create mode 100644 docs/interop/nbd.rst delete mode 100644 docs/interop/nbd.txt rename docs/interop/{parallels.txt => parallels.rst} (72%) create mode 100644 docs/interop/prl-xml.rst delete mode 100644 docs/interop/prl-xml.txt rename docs/specs/{rocker.txt => rocker.rst} (91%)