qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH  v1 00/15] testing/gdbstub/docs pre-PR
@ 2021-02-02 13:39 Alex Bennée
  2021-02-02 13:39 ` [PATCH v1 01/15] tests/docker: Fix _get_so_libs() for docker-binfmt-image Alex Bennée
                   ` (14 more replies)
  0 siblings, 15 replies; 22+ messages in thread
From: Alex Bennée @ 2021-02-02 13:39 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alex Bennée

Hi,

Here is the pre-PR roll-up of my testing tree (and other misc bits).
We have updates to docker's binfmt handling, gdbstub testing as well
as some documentation tweaks. Last chance to review/object to any
patches before I roll the PR, the following are still unreviewed:

 - docs/system: document an example booting the versatilepb machine
 - docs/system: document an example vexpress-a15 invocation
 - tests/tcg: don't silently skip the gdb tests
 - configure: bump the minimum gdb version for check-tcg to 9.1
 - tests/docker: add a docker-exec-copy-test
 - tests/docker: preserve original name when copying libs

Alex Bennée (11):
  tests/docker: make _copy_with_mkdir accept missing files
  tests/docker: preserve original name when copying libs
  tests/docker: alias docker-help target for consistency
  tests/docker: add a docker-exec-copy-test
  configure: make version_ge more tolerant of shady version input
  configure: bump the minimum gdb version for check-tcg to 9.1
  tests/tcg: don't silently skip the gdb tests
  scripts/mtest2make.py: export all-%s-targets variable and use it
  tests/Makefile.include: don't use TARGET_DIRS for check-tcg
  docs/system: document an example vexpress-a15 invocation
  docs/system: document an example booting the versatilepb machine

Philippe Mathieu-Daudé (2):
  tests/docker: Fix _get_so_libs() for docker-binfmt-image
  tests/docker: Fix typo in help message

Richard Henderson (1):
  gdbstub: Fix handle_query_xfer_auxv

Stefan Weil (1):
  tests/tcg: Replace /bin/true by true (required on macOS)

 docs/system/arm/versatile.rst         | 34 +++++++++++++++++++++++++++
 docs/system/arm/vexpress.rst          | 28 ++++++++++++++++++++++
 configure                             |  6 ++---
 Makefile                              |  2 +-
 gdbstub.c                             | 17 ++++++++++----
 scripts/mtest2make.py                 |  1 +
 tests/Makefile.include                | 12 ++++++----
 tests/docker/Makefile.include         | 26 +++++++++++++++++---
 tests/docker/docker.py                | 23 +++++++++++++-----
 tests/docker/dockerfiles/empty.docker |  8 +++++++
 tests/tcg/Makefile.qemu               |  4 ++--
 tests/tcg/multiarch/Makefile.target   |  5 +++-
 12 files changed, 140 insertions(+), 26 deletions(-)
 create mode 100644 tests/docker/dockerfiles/empty.docker

-- 
2.20.1



^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2021-02-02 21:17 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-02 13:39 [PATCH v1 00/15] testing/gdbstub/docs pre-PR Alex Bennée
2021-02-02 13:39 ` [PATCH v1 01/15] tests/docker: Fix _get_so_libs() for docker-binfmt-image Alex Bennée
2021-02-02 13:39 ` [PATCH v1 02/15] tests/docker: Fix typo in help message Alex Bennée
2021-02-02 13:39 ` [PATCH v1 03/15] tests/docker: make _copy_with_mkdir accept missing files Alex Bennée
2021-02-02 13:39 ` [PATCH v1 04/15] tests/docker: preserve original name when copying libs Alex Bennée
2021-02-02 13:39 ` [PATCH v1 05/15] tests/docker: alias docker-help target for consistency Alex Bennée
2021-02-02 14:19   ` Philippe Mathieu-Daudé
2021-02-02 13:39 ` [PATCH v1 06/15] tests/docker: add a docker-exec-copy-test Alex Bennée
2021-02-02 13:39 ` [PATCH v1 07/15] configure: make version_ge more tolerant of shady version input Alex Bennée
2021-02-02 14:17   ` Eric Blake
2021-02-02 13:39 ` [PATCH v1 08/15] configure: bump the minimum gdb version for check-tcg to 9.1 Alex Bennée
2021-02-02 13:39 ` [PATCH v1 09/15] tests/tcg: don't silently skip the gdb tests Alex Bennée
2021-02-02 13:39 ` [PATCH v1 10/15] gdbstub: Fix handle_query_xfer_auxv Alex Bennée
2021-02-02 13:39 ` [PATCH v1 11/15] tests/tcg: Replace /bin/true by true (required on macOS) Alex Bennée
2021-02-02 14:23   ` Philippe Mathieu-Daudé
2021-02-02 14:24     ` Philippe Mathieu-Daudé
2021-02-02 18:34       ` Alex Bennée
2021-02-02 21:14       ` Alex Bennée
2021-02-02 13:39 ` [PATCH v1 12/15] scripts/mtest2make.py: export all-%s-targets variable and use it Alex Bennée
2021-02-02 13:39 ` [PATCH v1 13/15] tests/Makefile.include: don't use TARGET_DIRS for check-tcg Alex Bennée
2021-02-02 13:39 ` [PATCH v1 14/15] docs/system: document an example vexpress-a15 invocation Alex Bennée
2021-02-02 13:40 ` [PATCH v1 15/15] docs/system: document an example booting the versatilepb machine Alex Bennée

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).