Last few changes before rc0: a few bug fixes, but mostly docs stuff. -- PMM
The following changes since commit a97fca4ceb9d9b10aa8b582e817a5ee6c42ffbaf: Merge remote-tracking branch 'remotes/mst/tags/for_upstream3' into staging (2021-07-16 16:34:42 +0100) are available in the Git repository at: https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20210718 for you to fetch changes up to 8fe612a183dec4c63afdc57537079bc742d024ca: target/arm: Remove duplicate 'plus1' function from Neon and SVE decode (2021-07-18 10:59:47 +0100) ---------------------------------------------------------------- target-arm queue: * Remove duplicate 'plus1' function from Neon and SVE decode * Fix offsets for TTBCR for big-endian hosts * docs: fix copyright date * docs: add license/version info to HTML footers * docs: add an About section * docs: document some more arm boards ---------------------------------------------------------------- Peter Maydell (11): docs: Fix documentation Copyright date docs: Stop calling the top level subsections of our manual 'manuals' docs: Remove "Contents:" lines from top-level subsections docs: Move deprecation, build and license info out of system/ docs: Add some actual About text to about/index.rst docs: Add license note to the HTML page footer docs: Add QEMU version information to HTML footer docs: Add skeletal documentation of cubieboard docs: Add skeletal documentation of the emcraft-sf2 docs: Add skeletal documentation of highbank and midway target/arm: Remove duplicate 'plus1' function from Neon and SVE decode Richard Henderson (1): target/arm: Fix offsets for TTBCR docs/_templates/footer.html | 14 ++++++++++++++ docs/{system => about}/build-platforms.rst | 0 docs/{system => about}/deprecated.rst | 0 docs/about/index.rst | 27 +++++++++++++++++++++++++++ docs/{system => about}/license.rst | 0 docs/{system => about}/removed-features.rst | 0 docs/conf.py | 2 +- docs/devel/index.rst | 7 +------ docs/index.rst | 1 + docs/interop/index.rst | 9 ++------- docs/meson.build | 3 ++- docs/specs/index.rst | 7 ++----- docs/system/arm/cubieboard.rst | 16 ++++++++++++++++ docs/system/arm/emcraft-sf2.rst | 15 +++++++++++++++ docs/system/arm/highbank.rst | 19 +++++++++++++++++++ docs/system/index.rst | 11 +---------- docs/system/target-arm.rst | 3 +++ docs/tools/index.rst | 7 ++----- docs/user/index.rst | 7 +------ target/arm/neon-ls.decode | 4 ++-- target/arm/neon-shared.decode | 2 +- target/arm/sve.decode | 2 +- target/arm/helper.c | 11 +++++++---- target/arm/translate-neon.c | 5 ----- target/arm/translate-sve.c | 5 ----- MAINTAINERS | 4 ++++ 26 files changed, 122 insertions(+), 59 deletions(-) create mode 100644 docs/_templates/footer.html rename docs/{system => about}/build-platforms.rst (100%) rename docs/{system => about}/deprecated.rst (100%) create mode 100644 docs/about/index.rst rename docs/{system => about}/license.rst (100%) rename docs/{system => about}/removed-features.rst (100%) create mode 100644 docs/system/arm/cubieboard.rst create mode 100644 docs/system/arm/emcraft-sf2.rst create mode 100644 docs/system/arm/highbank.rst