All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 00/11] Green the msys2 CI make
@ 2020-09-05  6:23 Yonggang Luo
  2020-09-05  6:23 ` [PATCH v5 01/11] Revert "configure: add --ninja option" Yonggang Luo
                   ` (10 more replies)
  0 siblings, 11 replies; 24+ messages in thread
From: Yonggang Luo @ 2020-09-05  6:23 UTC (permalink / raw)
  To: qemu-devel
  Cc: Kevin Wolf, QEMU Block, Stefan Weil, Peter Lieven, Yonggang Luo,
	Paolo Bonzini, Alex Bennée

Also it's fixes issues about make check

Yonggang Luo (11):
  Revert "configure: add --ninja option"
  block: Fixes nfs on msys2/mingw
  ci: fixes msys2 build by upgrading capstone to 4.0.2
  meson: upgrade meson for execute custom ninjatool under msys2 properly
  ci: Enable msys2 ci in cirrus
  tests: Trying fixes test-replication.c on msys2.
  block: get file-win32.c handle locking option consistence with
    file-posix.c
  osdep: These function are only available on Non-Win32 system.
  meson: Fixes qapi tests.
  docker: Add win32/msys2/mingw64 docker
  ci: Enable Github actions.

 .cirrus.yml                           | 24 +++++++++++++++++++
 .github/workflows/main.yml            | 31 +++++++++++++++++++++++++
 block/file-win32.c                    | 23 +++++++++++++++++--
 block/nfs.c                           | 26 +++++++++++++--------
 capstone                              |  2 +-
 configure                             | 18 ++-------------
 include/qemu/osdep.h                  |  2 +-
 meson                                 |  2 +-
 scripts/ci/windows/msys2-build.sh     | 27 ++++++++++++++++++++++
 scripts/ci/windows/msys2-download.bat |  4 ++++
 scripts/ci/windows/msys2-install.sh   | 33 +++++++++++++++++++++++++++
 tests/docker/dockerfiles/msys2.docker | 11 +++++++++
 tests/qapi-schema/meson.build         |  3 ++-
 tests/test-replication.c              | 17 ++++++++++----
 14 files changed, 188 insertions(+), 35 deletions(-)
 create mode 100644 .github/workflows/main.yml
 create mode 100644 scripts/ci/windows/msys2-build.sh
 create mode 100644 scripts/ci/windows/msys2-download.bat
 create mode 100644 scripts/ci/windows/msys2-install.sh
 create mode 100644 tests/docker/dockerfiles/msys2.docker

-- 
2.28.0.windows.1



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

end of thread, other threads:[~2020-09-07 17:43 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-05  6:23 [PATCH v5 00/11] Green the msys2 CI make Yonggang Luo
2020-09-05  6:23 ` [PATCH v5 01/11] Revert "configure: add --ninja option" Yonggang Luo
2020-09-05  8:29   ` Thomas Huth
2020-09-05  8:45     ` Mark Cave-Ayland
2020-09-05  8:48     ` Paolo Bonzini
2020-09-05  6:23 ` [PATCH v5 02/11] block: Fixes nfs on msys2/mingw Yonggang Luo
2020-09-05  6:23 ` [PATCH v5 03/11] ci: fixes msys2 build by upgrading capstone to 4.0.2 Yonggang Luo
2020-09-05 11:14   ` Mark Cave-Ayland
2020-09-05 13:22     ` 罗勇刚(Yonggang Luo)
2020-09-05 14:28       ` Peter Maydell
2020-09-05  6:23 ` [PATCH v5 04/11] meson: upgrade meson for execute custom ninjatool under msys2 properly Yonggang Luo
2020-09-05 13:44   ` Paolo Bonzini
2020-09-05 14:21     ` 罗勇刚(Yonggang Luo)
2020-09-05  6:23 ` [PATCH v5 05/11] ci: Enable msys2 ci in cirrus Yonggang Luo
2020-09-05  6:23 ` [PATCH v5 06/11] tests: Trying fixes test-replication.c on msys2 Yonggang Luo
2020-09-05  6:23 ` [PATCH v5 07/11] block: get file-win32.c handle locking option consistence with file-posix.c Yonggang Luo
2020-09-05  6:23 ` [PATCH v5 08/11] osdep: These function are only available on Non-Win32 system Yonggang Luo
2020-09-05  8:33   ` Thomas Huth
2020-09-07 17:42     ` 罗勇刚(Yonggang Luo)
2020-09-05  6:23 ` [PATCH v5 09/11] meson: Fixes qapi tests Yonggang Luo
2020-09-05  8:42   ` Thomas Huth
2020-09-07  4:20     ` 罗勇刚(Yonggang Luo)
2020-09-05  6:23 ` [PATCH v5 10/11] docker: Add win32/msys2/mingw64 docker Yonggang Luo
2020-09-05  6:23 ` [PATCH v5 11/11] ci: Enable Github actions Yonggang Luo

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.