qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Alex Bennée" <alex.bennee@linaro.org>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org, "Alex Bennée" <alex.bennee@linaro.org>
Subject: [PULL for 8.0 00/10] misc fixes (tests, gdbstub, metadata)
Date: Tue,  4 Apr 2023 15:59:15 +0100	[thread overview]
Message-ID: <20230404145925.2638152-1-alex.bennee@linaro.org> (raw)

The following changes since commit 51a6dc9d394098e8f4141fad869a1ee9585f54f8:

  Merge tag 'pull-target-arm-20230403' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2023-04-03 17:01:47 +0100)

are available in the Git repository at:

  https://gitlab.com/stsquad/qemu.git tags/pull-for-8.0-040423-2

for you to fetch changes up to c8cb603293fd329f2a62ade76ec9de3f462fc5c3:

  tests/avocado: Test Xen guest support under KVM (2023-04-04 15:56:44 +0100)

----------------------------------------------------------------
Final test and misc fixes:

  - add basic coverage analysis script
  - gdbstub only build one of libgdb_user/softmmu
  - don't break BSD gdb by advertising AUXV feature
  - add MAINTAINERS section for policy docs
  - update hexagon toolchain
  - explicitly invoke iotests with python for BSDs benefit
  - use system python on NetBSD
  - add some tests for the new KVM Xen guest support

----------------------------------------------------------------
Alex Bennée (5):
      scripts/coverage: initial coverage comparison script
      gdbstub: don't report auxv feature unless on Linux
      MAINTAINERS: add a section for policy documents
      metadata: add .git-blame-ignore-revs
      gitlab: fix typo

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

David Woodhouse (1):
      tests/avocado: Test Xen guest support under KVM

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                                        |  19 +++
 gdbstub/gdbstub.c                                  |   2 +-
 .git-blame-ignore-revs                             |  21 +++
 .gitlab-ci.d/base.yml                              |   2 +-
 gdbstub/meson.build                                |   6 +-
 scripts/coverage/compare_gcov_json.py              | 119 ++++++++++++++
 tests/avocado/kvm_xen_guest.py                     | 171 +++++++++++++++++++++
 .../docker/dockerfiles/debian-hexagon-cross.docker |   2 +-
 tests/qemu-iotests/meson.build                     |   7 +-
 tests/vm/netbsd                                    |   3 +-
 10 files changed, 342 insertions(+), 10 deletions(-)
 create mode 100644 .git-blame-ignore-revs
 create mode 100755 scripts/coverage/compare_gcov_json.py
 create mode 100644 tests/avocado/kvm_xen_guest.py

-- 
2.39.2



             reply	other threads:[~2023-04-04 15:00 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-04 14:59 Alex Bennée [this message]
2023-04-04 14:59 ` [PULL 01/10] scripts/coverage: initial coverage comparison script Alex Bennée
2023-04-04 14:59 ` [PULL 02/10] gdbstub: Only build libgdb_user.fa / libgdb_softmmu.fa if necessary Alex Bennée
2023-04-04 14:59 ` [PULL 03/10] gdbstub: don't report auxv feature unless on Linux Alex Bennée
2023-04-04 14:59 ` [PULL 04/10] MAINTAINERS: add a section for policy documents Alex Bennée
2023-04-04 14:59 ` [PULL 05/10] metadata: add .git-blame-ignore-revs Alex Bennée
2023-04-04 14:59 ` [PULL 06/10] Use hexagon toolchain version 16.0.0 Alex Bennée
2023-04-04 14:59 ` [PULL 07/10] tests/qemu-iotests: explicitly invoke 'check' via 'python' Alex Bennée
2023-04-04 14:59 ` [PULL 08/10] tests/vm: use the default system python for NetBSD Alex Bennée
2023-04-04 14:59 ` [PULL 09/10] gitlab: fix typo Alex Bennée
2023-04-04 14:59 ` [PULL 10/10] tests/avocado: Test Xen guest support under KVM Alex Bennée
2023-04-04 18:49 ` [PULL for 8.0 00/10] misc fixes (tests, gdbstub, metadata) Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230404145925.2638152-1-alex.bennee@linaro.org \
    --to=alex.bennee@linaro.org \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).