qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH  v4 00/30] testing/next pre-PR
@ 2022-10-27 18:36 Alex Bennée
  2022-10-27 18:36 ` [PATCH v4 01/30] tests/docker: update fedora-win[32|64]-cross with lcitool Alex Bennée
                   ` (29 more replies)
  0 siblings, 30 replies; 34+ messages in thread
From: Alex Bennée @ 2022-10-27 18:36 UTC (permalink / raw)
  To: qemu-devel
  Cc: fam, berrange, f4bug, aurelien, pbonzini, stefanha, crosa,
	Alex Bennée

Hi,

Pretty much everything is reviewed now except the late breaking fixes
mentioned bellow. Consider this a pre-PR series for the pull req I'm
going to send in on Haloween (hopefully no hidden gremlins though).

The following still need review:

  - tests/unit: cleanups for test-io-channel-command
  - contrib/plugins: protect execlog's last_exec expansion
  - tests/docker: update fedora-win[32|64]-cross with lcitool

Alex Bennée (19):
  tests/docker: update fedora-win[32|64]-cross with lcitool
  tests/docker: update test-mingw to run single build
  configure: don't enable cross compilers unless in target_list
  configure: fix the --enable-static --disable-pie case
  tests/avocado: extend the timeout for x86_64 tcg tests
  tests/tcg: use regular semihosting for nios2-softmmu
  MAINTAINERS: add entries for the key build bits
  MAINTAINERS: add features_to_c.sh to gdbstub files
  MAINTAINERS: fix-up for check-tcg Makefile changes
  tests/avocado: set -machine none for userfwd and vnc tests
  tests/avocado: disable sh4 rd2 tests on Gitlab
  tests/tcg: re-enable linux-test for sh4
  tests/tcg: re-enable threadcount for sh4
  target/s390x: don't use ld_code2 to probe next pc
  target/s390x: don't probe next pc for EXecuted insns
  target/s390x: fake instruction loading when handling 'ex'
  contrib/plugins: enable debug on CONFIG_DEBUG_TCG
  contrib/plugins: protect execlog's last_exec expansion
  tests/unit: cleanups for test-io-channel-command

Anton Johansson (2):
  tests/docker: Add flex/bison to `debian-all-test`
  tests/docker: Add flex/bison to `debian-hexagon-cross`

Bin Meng (5):
  semihosting/arm-compat-semi: Avoid using hardcoded /tmp
  tcg: Avoid using hardcoded /tmp
  util/qemu-sockets: Use g_get_tmp_dir() to get the directory for
    temporary files
  block/vvfat: Unify the mkdir() call
  hw/usb: dev-mtp: Use g_mkdir()

Ilya Leoshkevich (1):
  tests/vm: use -o IdentitiesOnly=yes for ssh

Paolo Bonzini (1):
  tests/tcg: include CONFIG_PLUGIN in config-host.mak

Peter Maydell (1):
  tests/avocado: raspi2_initrd: Wait for guest shutdown message before
    stopping

Richard Henderson (1):
  tests/tcg/nios2: Tweak 10m50-ghrd.ld

 configure                                     |  17 +-
 include/exec/translator.h                     |  17 ++
 block/vvfat.c                                 |   9 +-
 contrib/plugins/execlog.c                     |  38 ++-
 hw/usb/dev-mtp.c                              |   4 +-
 semihosting/arm-compat-semi.c                 |   3 +-
 target/s390x/tcg/translate.c                  |  14 +-
 tcg/tcg.c                                     |   3 +-
 tests/unit/test-io-channel-command.c          |  45 ++--
 util/qemu-sockets.c                           |   5 +-
 MAINTAINERS                                   |  29 ++-
 contrib/plugins/Makefile                      |   1 +
 tests/avocado/boot_linux.py                   |   1 +
 tests/avocado/boot_linux_console.py           |   7 +-
 tests/avocado/info_usernet.py                 |   3 +
 tests/avocado/vnc.py                          |   1 +
 tests/docker/dockerfiles/alpine.docker        |   2 +-
 tests/docker/dockerfiles/centos8.docker       |   2 +-
 .../dockerfiles/debian-all-test-cross.docker  |   2 +
 .../dockerfiles/debian-amd64-cross.docker     | 234 ++++++++---------
 tests/docker/dockerfiles/debian-amd64.docker  | 236 +++++++++---------
 .../dockerfiles/debian-arm64-cross.docker     | 232 ++++++++---------
 .../dockerfiles/debian-armel-cross.docker     | 230 ++++++++---------
 .../dockerfiles/debian-armhf-cross.docker     | 232 ++++++++---------
 .../dockerfiles/debian-hexagon-cross.docker   |   2 +-
 .../dockerfiles/debian-mips64el-cross.docker  | 226 ++++++++---------
 .../dockerfiles/debian-mipsel-cross.docker    | 226 ++++++++---------
 .../dockerfiles/debian-ppc64el-cross.docker   | 230 ++++++++---------
 .../dockerfiles/debian-s390x-cross.docker     | 228 ++++++++---------
 .../dockerfiles/fedora-win32-cross.docker     | 139 ++++++++---
 .../dockerfiles/fedora-win64-cross.docker     | 138 +++++++---
 tests/docker/dockerfiles/fedora.docker        | 230 ++++++++---------
 tests/docker/dockerfiles/opensuse-leap.docker |   2 +-
 tests/docker/dockerfiles/ubuntu2004.docker    | 234 ++++++++---------
 tests/docker/test-mingw                       |  16 +-
 tests/lcitool/libvirt-ci                      |   2 +-
 tests/lcitool/refresh                         |  48 ++--
 tests/tcg/nios2/10m50-ghrd.ld                 |  14 +-
 tests/tcg/nios2/Makefile.softmmu-target       |   3 +-
 tests/tcg/sh4/Makefile.target                 |  12 -
 tests/vm/basevm.py                            |   3 +-
 41 files changed, 1670 insertions(+), 1450 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2022-10-31 10:25 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-27 18:36 [PATCH v4 00/30] testing/next pre-PR Alex Bennée
2022-10-27 18:36 ` [PATCH v4 01/30] tests/docker: update fedora-win[32|64]-cross with lcitool Alex Bennée
2022-10-27 21:24   ` Richard Henderson
2022-10-27 18:36 ` [PATCH v4 02/30] tests/docker: update test-mingw to run single build Alex Bennée
2022-10-27 18:36 ` [PATCH v4 03/30] tests/docker: Add flex/bison to `debian-all-test` Alex Bennée
2022-10-27 18:36 ` [PATCH v4 04/30] configure: don't enable cross compilers unless in target_list Alex Bennée
2022-10-27 18:36 ` [PATCH v4 05/30] configure: fix the --enable-static --disable-pie case Alex Bennée
2022-10-27 18:36 ` [PATCH v4 06/30] tests/avocado: extend the timeout for x86_64 tcg tests Alex Bennée
2022-10-27 18:36 ` [PATCH v4 07/30] tests/docker: Add flex/bison to `debian-hexagon-cross` Alex Bennée
2022-10-27 18:36 ` [PATCH v4 08/30] tests/tcg: use regular semihosting for nios2-softmmu Alex Bennée
2022-10-27 18:36 ` [PATCH v4 09/30] tests/tcg/nios2: Tweak 10m50-ghrd.ld Alex Bennée
2022-10-27 18:36 ` [PATCH v4 10/30] semihosting/arm-compat-semi: Avoid using hardcoded /tmp Alex Bennée
2022-10-27 18:36 ` [PATCH v4 11/30] tcg: " Alex Bennée
2022-10-27 18:36 ` [PATCH v4 12/30] util/qemu-sockets: Use g_get_tmp_dir() to get the directory for temporary files Alex Bennée
2022-10-27 18:36 ` [PATCH v4 13/30] block/vvfat: Unify the mkdir() call Alex Bennée
2022-10-27 18:36 ` [PATCH v4 14/30] hw/usb: dev-mtp: Use g_mkdir() Alex Bennée
2022-10-27 18:36 ` [PATCH v4 15/30] MAINTAINERS: add entries for the key build bits Alex Bennée
2022-10-27 18:36 ` [PATCH v4 16/30] MAINTAINERS: add features_to_c.sh to gdbstub files Alex Bennée
2022-10-27 18:36 ` [PATCH v4 17/30] MAINTAINERS: fix-up for check-tcg Makefile changes Alex Bennée
2022-10-27 18:36 ` [PATCH v4 18/30] tests/avocado: set -machine none for userfwd and vnc tests Alex Bennée
2022-10-27 18:36 ` [PATCH v4 19/30] tests/avocado: raspi2_initrd: Wait for guest shutdown message before stopping Alex Bennée
2022-10-27 18:36 ` [PATCH v4 20/30] tests/avocado: disable sh4 rd2 tests on Gitlab Alex Bennée
2022-10-27 18:36 ` [PATCH v4 21/30] tests/tcg: re-enable linux-test for sh4 Alex Bennée
2022-10-27 18:36 ` [PATCH v4 22/30] tests/tcg: re-enable threadcount " Alex Bennée
2022-10-27 18:36 ` [PATCH v4 23/30] target/s390x: don't use ld_code2 to probe next pc Alex Bennée
2022-10-27 18:36 ` [PATCH v4 24/30] target/s390x: don't probe next pc for EXecuted insns Alex Bennée
2022-10-27 18:36 ` [PATCH v4 25/30] target/s390x: fake instruction loading when handling 'ex' Alex Bennée
2022-10-27 18:36 ` [PATCH v4 26/30] tests/tcg: include CONFIG_PLUGIN in config-host.mak Alex Bennée
2022-10-27 18:36 ` [PATCH v4 27/30] contrib/plugins: enable debug on CONFIG_DEBUG_TCG Alex Bennée
2022-10-27 18:36 ` [PATCH v4 28/30] contrib/plugins: protect execlog's last_exec expansion Alex Bennée
2022-10-27 21:21   ` Richard Henderson
2022-10-27 18:36 ` [PATCH v4 29/30] tests/unit: cleanups for test-io-channel-command Alex Bennée
2022-10-31 10:24   ` Daniel P. Berrangé
2022-10-27 18:36 ` [PATCH v4 30/30] tests/vm: use -o IdentitiesOnly=yes for ssh 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).