Hi; this pullreq contains some minor bug fixes, and also
the txt-to-rST document conversions I did. The latter are not
strictly speaking bugfixes but I think for rc2 they're OK. Let
me know if you'd rather I respin this without them.
thanks
-- PMM
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-20240809
for you to fetch changes up to 77100e100d76a568800e19ee20c7e9255053b84a:
arm/virt: place power button pin number on a define (2024-08-09 17:37:56 +0100)
----------------------------------------------------------------
target-arm queue:
* Fix BTI versus CF_PCREL
* include: Fix typo in name of MAKE_IDENTFIER macro
* docs: Various txt-to-rST conversions
* add support for PMUv3 64-bit PMCCNTR in AArch32 mode
* hw/core/ptimer: fix timer zero period condition for freq > 1GHz
* arm/virt: place power button pin number on a define
----------------------------------------------------------------
Alex Richardson (1):
target/arm: add support for PMUv3 64-bit PMCCNTR in AArch32 mode
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/helper.c | 6 +
target/arm/tcg/helper-a64.c | 39 ++++++
target/arm/tcg/translate-a64.c | 64 ++-------
tests/unit/ptimer-test.c | 33 +++++
24 files changed, 553 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%)