All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH  v1 00/15] testing/next pre-PR (python3.6, check-tcg)
@ 2020-09-25 15:40 Alex Bennée
  2020-09-25 15:40 ` [PATCH v1 01/15] tests/tcg: reinstate or replace desired parts of rules.mak Alex Bennée
                   ` (14 more replies)
  0 siblings, 15 replies; 23+ messages in thread
From: Alex Bennée @ 2020-09-25 15:40 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alex Bennée

Hi,

This is my pre-PR state of testing/next. Mostly it has Thomas'
python3.6 clean-ups for the various CI bits as well as Paolo's fix for
the build system to enable check-tcg to work properly again. I should
cut the PR on Monday.

I think Paolo's fixes are also in another PR but I've left them in
here because a) it makes testing easier and b) it's the 21st century
and git should cope.

Paolo Bonzini (3):
  tests/tcg: reinstate or replace desired parts of rules.mak
  meson: move libudev test
  meson: move libmpathpersist test

Thomas Huth (12):
  migration: Silence compiler warning in global_state_store_running()
  travis.yml: Drop the default softmmu builds
  travis.yml: Update Travis to use Bionic and Focal instead of Xenial
  travis.yml: Drop the superfluous Python 3.6 build
  travis.yml: Drop the Python 3.5 build
  tests/docker: Use Fedora containers for MinGW cross-builds in the
    gitlab-CI
  gitlab-ci: Remove the Debian9-based containers and containers-layer3
  tests/docker: Update the tricore container to debian 10
  shippable.yml: Remove the Debian9-based MinGW cross-compiler tests
  tests/docker: Remove old Debian 9 containers
  gitlab-ci: Increase the timeout for the cross-compiler builds
  configure: Bump the minimum required Python version to 3.6

 docs/conf.py                                  |  4 +-
 configure                                     | 95 ++-----------------
 meson.build                                   | 85 +++++++++++++++--
 migration/global_state.c                      |  4 +-
 .gitlab-ci.d/containers.yml                   | 38 +++-----
 .gitlab-ci.d/crossbuilds.yml                  |  5 +-
 .gitlab-ci.yml                                |  1 -
 .shippable.yml                                |  4 -
 .travis.yml                                   | 55 +++--------
 meson_options.txt                             |  2 +
 tests/docker/Makefile.include                 |  2 +-
 .../dockerfiles/debian-tricore-cross.docker   |  2 +-
 .../dockerfiles/debian-win32-cross.docker     | 38 --------
 .../dockerfiles/debian-win64-cross.docker     | 45 ---------
 tests/docker/dockerfiles/debian9-mxe.docker   | 21 ----
 tests/docker/dockerfiles/debian9.docker       | 32 -------
 .../dockerfiles/fedora-win32-cross.docker     | 42 ++++++++
 .../dockerfiles/fedora-win64-cross.docker     | 38 ++++++++
 tests/qemu-iotests/iotests.py                 |  2 -
 tests/tcg/Makefile.qemu                       | 13 ++-
 tests/tcg/configure.sh                        |  4 +-
 21 files changed, 211 insertions(+), 321 deletions(-)
 delete mode 100644 tests/docker/dockerfiles/debian-win32-cross.docker
 delete mode 100644 tests/docker/dockerfiles/debian-win64-cross.docker
 delete mode 100644 tests/docker/dockerfiles/debian9-mxe.docker
 delete mode 100644 tests/docker/dockerfiles/debian9.docker
 create mode 100644 tests/docker/dockerfiles/fedora-win32-cross.docker
 create mode 100644 tests/docker/dockerfiles/fedora-win64-cross.docker

-- 
2.20.1



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

end of thread, other threads:[~2020-10-01  9:26 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-25 15:40 [PATCH v1 00/15] testing/next pre-PR (python3.6, check-tcg) Alex Bennée
2020-09-25 15:40 ` [PATCH v1 01/15] tests/tcg: reinstate or replace desired parts of rules.mak Alex Bennée
2020-09-25 15:40 ` [PATCH v1 02/15] meson: move libudev test Alex Bennée
2020-09-25 15:40 ` [PATCH v1 03/15] meson: move libmpathpersist test Alex Bennée
2020-09-25 15:57   ` Paolo Bonzini
2020-09-25 19:33     ` Alex Bennée
2020-09-30 10:51     ` Alex Bennée
2020-09-30 10:54       ` Thomas Huth
2020-09-30 11:18         ` Alex Bennée
2020-09-30 13:15         ` Paolo Bonzini
2020-10-01  9:25           ` Alex Bennée
2020-09-25 15:40 ` [PATCH v1 04/15] migration: Silence compiler warning in global_state_store_running() Alex Bennée
2020-09-25 15:40 ` [PATCH v1 05/15] travis.yml: Drop the default softmmu builds Alex Bennée
2020-09-25 15:40 ` [PATCH v1 06/15] travis.yml: Update Travis to use Bionic and Focal instead of Xenial Alex Bennée
2020-09-25 15:40 ` [PATCH v1 07/15] travis.yml: Drop the superfluous Python 3.6 build Alex Bennée
2020-09-25 15:40 ` [PATCH v1 08/15] travis.yml: Drop the Python 3.5 build Alex Bennée
2020-09-25 15:40 ` [PATCH v1 09/15] tests/docker: Use Fedora containers for MinGW cross-builds in the gitlab-CI Alex Bennée
2020-09-25 15:40 ` [PATCH v1 10/15] gitlab-ci: Remove the Debian9-based containers and containers-layer3 Alex Bennée
2020-09-25 15:40 ` [PATCH v1 11/15] tests/docker: Update the tricore container to debian 10 Alex Bennée
2020-09-25 15:40 ` [PATCH v1 12/15] shippable.yml: Remove the Debian9-based MinGW cross-compiler tests Alex Bennée
2020-09-25 15:40 ` [PATCH v1 13/15] tests/docker: Remove old Debian 9 containers Alex Bennée
2020-09-25 15:40 ` [PATCH v1 14/15] gitlab-ci: Increase the timeout for the cross-compiler builds Alex Bennée
2020-09-25 15:40 ` [PATCH v1 15/15] configure: Bump the minimum required Python version to 3.6 Alex Bennée

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.