[PATCH for 7.0 v1 0/8] misc testing, i386, docs, gitdm, gitlab

Alex Bennée posted 8 patches 2 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220315121251.2280317-1-alex.bennee@linaro.org
Test checkpatch passed
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <f4bug@amsat.org>, Thomas Huth <thuth@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Eduardo Habkost <eduardo@habkost.net>, Cleber Rosa <crosa@redhat.com>, David Hildenbrand <david@redhat.com>
docs/devel/index-api.rst            | 15 ++++++++++
docs/devel/index-build.rst          | 19 ++++++++++++
docs/devel/index-internals.rst      | 21 +++++++++++++
docs/devel/index-process.rst        | 17 +++++++++++
docs/devel/index-tcg.rst            | 16 ++++++++++
docs/devel/index.rst                | 46 +++++------------------------
semihosting/config.c                |  6 ++--
target/i386/tcg/fpu_helper.c        | 13 ++++++++
.gitlab-ci.d/custom-runners.yml     |  1 +
.mailmap                            |  6 ++++
contrib/gitdm/aliases               |  4 ++-
tests/Makefile.include              |  2 +-
tests/avocado/boot_linux_console.py | 22 +++++++++-----
tests/tcg/s390x/Makefile.target     |  2 --
14 files changed, 136 insertions(+), 54 deletions(-)
create mode 100644 docs/devel/index-api.rst
create mode 100644 docs/devel/index-build.rst
create mode 100644 docs/devel/index-internals.rst
create mode 100644 docs/devel/index-process.rst
create mode 100644 docs/devel/index-tcg.rst
[PATCH for 7.0 v1 0/8] misc testing, i386, docs, gitdm, gitlab
Posted by Alex Bennée 2 years, 1 month ago
Hi,

As per usual here are the collection of random fixes and tweaks as we
go through the release process. Most of these patches have been posted
individually before although the semihosting and gitlab patches are
new.

The following need review:

 - gitlab: include new aarch32 job in custom-runners
 - semihosting: clean up handling of expanded argv
 - tests/avocado: update aarch64_virt test to exercise -cpu max
 
Alex Bennée (7):
  tests/avocado: update aarch64_virt test to exercise -cpu max
  target/i386: force maximum rounding precision for fildl[l]
  tests/tcg: drop -cpu max from s390x sha512-mvx invocation
  mailmap/gitdm: more fixes for bad tags and authors
  docs/devel: try and impose some organisation
  semihosting: clean up handling of expanded argv
  gitlab: include new aarch32 job in custom-runners

Thomas Huth (1):
  tests/Makefile.include: Let "make clean" remove the TCG tests, too

 docs/devel/index-api.rst            | 15 ++++++++++
 docs/devel/index-build.rst          | 19 ++++++++++++
 docs/devel/index-internals.rst      | 21 +++++++++++++
 docs/devel/index-process.rst        | 17 +++++++++++
 docs/devel/index-tcg.rst            | 16 ++++++++++
 docs/devel/index.rst                | 46 +++++------------------------
 semihosting/config.c                |  6 ++--
 target/i386/tcg/fpu_helper.c        | 13 ++++++++
 .gitlab-ci.d/custom-runners.yml     |  1 +
 .mailmap                            |  6 ++++
 contrib/gitdm/aliases               |  4 ++-
 tests/Makefile.include              |  2 +-
 tests/avocado/boot_linux_console.py | 22 +++++++++-----
 tests/tcg/s390x/Makefile.target     |  2 --
 14 files changed, 136 insertions(+), 54 deletions(-)
 create mode 100644 docs/devel/index-api.rst
 create mode 100644 docs/devel/index-build.rst
 create mode 100644 docs/devel/index-internals.rst
 create mode 100644 docs/devel/index-process.rst
 create mode 100644 docs/devel/index-tcg.rst

-- 
2.30.2


Re: [PATCH for 7.0 v1 0/8] misc testing, i386, docs, gitdm, gitlab
Posted by Alex Bennée 2 years, 1 month ago
Alex Bennée <alex.bennee@linaro.org> writes:

> Hi,
>
> As per usual here are the collection of random fixes and tweaks as we
> go through the release process. Most of these patches have been posted
> individually before although the semihosting and gitlab patches are
> new.
>
> The following need review:
>
>  - gitlab: include new aarch32 job in custom-runners
>  - semihosting: clean up handling of expanded argv
>  - tests/avocado: update aarch64_virt test to exercise -cpu max

Ping? Any more reviews before I generate the PR?

-- 
Alex Bennée