qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Fix win32/msys2 shader compilation & drop perl
@ 2023-01-09 18:14 marcandre.lureau
  2023-01-09 18:14 ` [PATCH v2 1/5] build-sys: fix crlf-ending C code marcandre.lureau
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: marcandre.lureau @ 2023-01-09 18:14 UTC (permalink / raw)
  To: qemu-devel
  Cc: Daniel P. Berrangé, Alex Bennée, Markus Armbruster,
	Ed Maste, Philippe Mathieu-Daudé, Paolo Bonzini,
	Cornelia Huck, Eric Farman, John Snow, Halil Pasic,
	Christian Borntraeger, Thomas Huth, Cleber Rosa, Beraldo Leal,
	Li-Wen Hsu, David Hildenbrand, kraxel, Marc-André Lureau,
	Richard Henderson, qemu-s390x, Wainer dos Santos Moschetta,
	Michael Roth

From: Marc-André Lureau <marcandre.lureau@redhat.com>

Hi,

Fix the shader compilation error on win32/msys2 and convert the related script
from perl to python.

v2:
- add a few patches to drop perl from the build dependencies
- add some tags for v1 patches
- add copyright header to the python script

Marc-André Lureau (5):
  build-sys: fix crlf-ending C code
  .gitlab-ci.d/windows: do not disable opengl
  configure: replace Perl usage with sed
  meson: replace Perl usage with Python
  Draft: Update lcitool

 configure                                     |  8 +++---
 meson.build                                   |  2 +-
 .gitlab-ci.d/cirrus/freebsd-12.vars           |  2 +-
 .gitlab-ci.d/cirrus/freebsd-13.vars           |  2 +-
 .gitlab-ci.d/cirrus/macos-12.vars             |  2 +-
 .gitlab-ci.d/windows.yml                      |  5 ++--
 scripts/ci/setup/build-environment.yml        |  1 -
 scripts/shaderinclude.pl                      | 16 ------------
 scripts/shaderinclude.py                      | 26 +++++++++++++++++++
 tests/docker/dockerfiles/alpine.docker        |  1 -
 tests/docker/dockerfiles/centos8.docker       |  1 -
 .../dockerfiles/debian-amd64-cross.docker     |  1 -
 tests/docker/dockerfiles/debian-amd64.docker  |  1 -
 .../dockerfiles/debian-arm64-cross.docker     |  1 -
 .../dockerfiles/debian-armel-cross.docker     |  1 -
 .../dockerfiles/debian-armhf-cross.docker     |  1 -
 .../dockerfiles/debian-mips64el-cross.docker  |  1 -
 .../dockerfiles/debian-mipsel-cross.docker    |  1 -
 .../dockerfiles/debian-ppc64el-cross.docker   |  1 -
 .../dockerfiles/debian-s390x-cross.docker     |  1 -
 .../dockerfiles/debian-tricore-cross.docker   |  1 -
 .../dockerfiles/fedora-win32-cross.docker     |  5 ++--
 .../dockerfiles/fedora-win64-cross.docker     |  5 ++--
 tests/docker/dockerfiles/fedora.docker        |  5 ++--
 tests/docker/dockerfiles/opensuse-leap.docker |  1 -
 tests/docker/dockerfiles/ubuntu2004.docker    |  1 -
 tests/lcitool/libvirt-ci                      |  2 +-
 tests/lcitool/projects/qemu.yml               |  1 -
 tests/lcitool/refresh                         |  6 ++---
 tests/qapi-schema/meson.build                 |  7 ++---
 tests/vm/centos.aarch64                       |  2 +-
 31 files changed, 50 insertions(+), 61 deletions(-)
 delete mode 100644 scripts/shaderinclude.pl
 create mode 100755 scripts/shaderinclude.py

-- 
2.39.0



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

end of thread, other threads:[~2023-01-09 19:03 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-09 18:14 [PATCH v2 0/5] Fix win32/msys2 shader compilation & drop perl marcandre.lureau
2023-01-09 18:14 ` [PATCH v2 1/5] build-sys: fix crlf-ending C code marcandre.lureau
2023-01-09 19:02   ` John Snow
2023-01-09 18:14 ` [PATCH v2 2/5] .gitlab-ci.d/windows: do not disable opengl marcandre.lureau
2023-01-09 18:14 ` [PATCH v2 3/5] configure: replace Perl usage with sed marcandre.lureau
2023-01-09 18:42   ` Peter Maydell
2023-01-09 18:14 ` [PATCH v2 4/5] meson: replace Perl usage with Python marcandre.lureau
2023-01-09 18:51   ` Peter Maydell
2023-01-09 18:55     ` Marc-André Lureau
2023-01-09 18:14 ` [PATCH v2 5/5] Draft: Update lcitool marcandre.lureau
2023-01-09 18:27   ` Daniel P. Berrangé
2023-01-09 18:30     ` Marc-André Lureau
2023-01-09 18:42       ` Daniel P. Berrangé

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