[PATCH 00/11] more misc fixes for 8.0 (tests, gdbstub, meta, docs)

Alex Bennée posted 11 patches 2 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230330101141.30199-1-alex.bennee@linaro.org
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Thomas Huth <thuth@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, Warner Losh <imp@bsdimp.com>, Kyle Evans <kevans@freebsd.org>
There is a newer version of this series
MAINTAINERS                                   |  18 +++
.git-blame-ignore-revs                        |  21 ++++
.gitlab-ci.d/base.yml                         |   2 +-
.gitlab-ci.d/container-template.yml           |  22 ++--
gdbstub/meson.build                           |   6 +-
qemu-options.hx                               |   8 +-
scripts/coverage/compare_gcov_json.py         | 118 ++++++++++++++++++
.../dockerfiles/debian-hexagon-cross.docker   |   2 +-
tests/qemu-iotests/meson.build                |   7 +-
tests/requirements.txt                        |   2 +-
tests/vm/netbsd                               |   3 +-
11 files changed, 185 insertions(+), 24 deletions(-)
create mode 100644 .git-blame-ignore-revs
create mode 100755 scripts/coverage/compare_gcov_json.py
[PATCH 00/11] more misc fixes for 8.0 (tests, gdbstub, meta, docs)
Posted by Alex Bennée 2 years, 8 months ago
Here are a few more random fixes across the tree. All should be good
for the current phase of freeze although I can drop stuff if it causes
problems.

I've included another run at using the kaniko build tool and will see
if it improves the caching of things as it runs through my CI loop.

Alex.

Alex Bennée (6):
  scripts/coverage: initial coverage comparison script
  MAINTAINERS: add a section for policy documents
  qemu-options: finesse the recommendations around -blockdev
  metadata: add .git-blame-ignore-revs
  gitlab: fix typo
  tests/gitlab: use kaniko to build images

Daniel P. Berrangé (2):
  tests/qemu-iotests: explicitly invoke 'check' via 'python'
  tests/vm: use the default system python for NetBSD

Kautuk Consul (1):
  tests/requirements.txt: bump up avocado-framework version to 101.0

Marco Liebel (1):
  Use hexagon toolchain version 16.0.0

Philippe Mathieu-Daudé (1):
  gdbstub: Only build libgdb_user.fa / libgdb_softmmu.fa if necessary

 MAINTAINERS                                   |  18 +++
 .git-blame-ignore-revs                        |  21 ++++
 .gitlab-ci.d/base.yml                         |   2 +-
 .gitlab-ci.d/container-template.yml           |  22 ++--
 gdbstub/meson.build                           |   6 +-
 qemu-options.hx                               |   8 +-
 scripts/coverage/compare_gcov_json.py         | 118 ++++++++++++++++++
 .../dockerfiles/debian-hexagon-cross.docker   |   2 +-
 tests/qemu-iotests/meson.build                |   7 +-
 tests/requirements.txt                        |   2 +-
 tests/vm/netbsd                               |   3 +-
 11 files changed, 185 insertions(+), 24 deletions(-)
 create mode 100644 .git-blame-ignore-revs
 create mode 100755 scripts/coverage/compare_gcov_json.py

-- 
2.39.2