All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL for 10.1-rc1 00/14] documentation an testing updates
@ 2025-07-27  8:32 Alex Bennée
  2025-07-27  8:32 ` [PULL 01/14] docs/user: clarify user-mode expects the same OS Alex Bennée
                   ` (14 more replies)
  0 siblings, 15 replies; 28+ messages in thread
From: Alex Bennée @ 2025-07-27  8:32 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alex Bennée

The following changes since commit c017386f28c03a03b8f14444f8671d3d8f7180fe:

  Merge tag 'pull-target-arm-20250725' of https://gitlab.com/pm215/qemu into staging (2025-07-25 08:24:52 -0400)

are available in the Git repository at:

  https://gitlab.com/stsquad/qemu.git tags/pull-10.1-rc1-maintainer-260725-1

for you to fetch changes up to cac08383f06dc378afb23913d65a95442bbd5516:

  tests/functional: expose sys.argv to unittest.main (2025-07-26 23:04:35 +0100)

----------------------------------------------------------------
documentation and test cleanups

  - improve clarity of user-mode docs
  - remove reference to TAP tarball
  - add new hypervisor test for aarch64 EL2
  - reduce combinatorial explosion of plugin tests
  - make docker-all-test-cross more friendly to non-x86 hosts
  - expose unittests to sysv.args for embedded help

----------------------------------------------------------------
Alex Bennée (14):
      docs/user: clarify user-mode expects the same OS
      docs/system: reword the TAP notes to remove tarball ref
      docs/user: clean up headings
      docs/user: slightly reword section on system calls
      docs/user: expand section on threading
      tests/functional: add hypervisor test for aarch64
      tests/tcg: skip libsyscall.so on softmmu tests
      tests/tcg: remove ADDITIONAL_PLUGINS_TESTS
      tests/tcg: don't include multiarch tests if not supported
      configure: expose PYTHON to test/tcg/config-host.mak
      tests/tcg: reduce the number of plugin tests combinations
      tests/docker: add --arch-only to qemu deps for all-test-cross
      tests/docker: handle host-arch selection for all-test-cross
      tests/functional: expose sys.argv to unittest.main

 docs/system/devices/net.rst                        | 16 +++--
 docs/user/index.rst                                |  5 +-
 docs/user/main.rst                                 | 60 +++++++++++-------
 configure                                          |  1 +
 .../dockerfiles/debian-all-test-cross.docker       | 34 ++++++-----
 tests/functional/meson.build                       |  1 +
 tests/functional/qemu_test/testcase.py             |  2 +-
 tests/functional/test_aarch64_kvm.py               | 71 ++++++++++++++++++++++
 tests/tcg/Makefile.target                          | 36 ++++++++---
 tests/tcg/multiarch/Makefile.target                |  8 ++-
 tests/tcg/multiarch/system/Makefile.softmmu-target | 16 +++--
 11 files changed, 192 insertions(+), 58 deletions(-)
 create mode 100755 tests/functional/test_aarch64_kvm.py

-- 
2.47.2



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

end of thread, other threads:[~2025-08-13  8:57 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-27  8:32 [PULL for 10.1-rc1 00/14] documentation an testing updates Alex Bennée
2025-07-27  8:32 ` [PULL 01/14] docs/user: clarify user-mode expects the same OS Alex Bennée
2025-07-27  8:32 ` [PULL 02/14] docs/system: reword the TAP notes to remove tarball ref Alex Bennée
2025-07-27  8:32 ` [PULL 03/14] docs/user: clean up headings Alex Bennée
2025-07-27  8:32 ` [PULL 04/14] docs/user: slightly reword section on system calls Alex Bennée
2025-07-27  8:32 ` [PULL 05/14] docs/user: expand section on threading Alex Bennée
2025-07-27  8:32 ` [PULL 06/14] tests/functional: add hypervisor test for aarch64 Alex Bennée
2025-08-13  7:27   ` Philippe Mathieu-Daudé
2025-08-13  8:56     ` Alex Bennée
2025-07-27  8:32 ` [PULL 07/14] tests/tcg: skip libsyscall.so on softmmu tests Alex Bennée
2025-07-27  8:32 ` [PULL 08/14] tests/tcg: remove ADDITIONAL_PLUGINS_TESTS Alex Bennée
2025-07-27  8:32 ` [PULL 09/14] tests/tcg: don't include multiarch tests if not supported Alex Bennée
2025-07-27  8:32 ` [PULL 10/14] configure: expose PYTHON to test/tcg/config-host.mak Alex Bennée
2025-07-27  8:32 ` [PULL 11/14] tests/tcg: reduce the number of plugin tests combinations Alex Bennée
2025-07-28 19:03   ` Pierrick Bouvier
2025-07-28 20:14     ` Gustavo Romero
2025-07-31 18:58       ` Gustavo Romero
2025-07-31 19:23         ` Pierrick Bouvier
2025-07-31 19:34           ` Gustavo Romero
2025-08-01  0:29           ` Gustavo Romero
2025-08-01  0:33             ` Gustavo Romero
2025-07-30  7:25     ` Pierrick Bouvier
2025-08-04  8:39       ` Alex Bennée
2025-08-04 16:24         ` Pierrick Bouvier
2025-07-27  8:32 ` [PULL 12/14] tests/docker: add --arch-only to qemu deps for all-test-cross Alex Bennée
2025-07-27  8:32 ` [PULL 13/14] tests/docker: handle host-arch selection " Alex Bennée
2025-07-27  8:32 ` [PULL 14/14] tests/functional: expose sys.argv to unittest.main Alex Bennée
2025-07-28 15:20 ` [PULL for 10.1-rc1 00/14] documentation an testing updates Stefan Hajnoczi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.