[PULL 0/9] Fixes for 8.1-rc3

Thomas Huth posted 9 patches 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230803110932.341091-1-thuth@redhat.com
Maintainers: Yonggang Luo <luoyonggang@gmail.com>, "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Thomas Huth <thuth@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Stefan Weil <sw@weilnetz.de>
configure                |   4 ++
util/oslib-win32.c       |   5 +-
.gitlab-ci.d/windows.yml | 174 +++++++++++++++++++++++------------------------
3 files changed, 94 insertions(+), 89 deletions(-)
[PULL 0/9] Fixes for 8.1-rc3
Posted by Thomas Huth 9 months ago
The following changes since commit fb695ae3fdfe34ce7bf2eaa4595d48ca809c8841:

  Merge tag 'pull-qapi-2023-08-02' of https://repo.or.cz/qemu/armbru into staging (2023-08-02 06:51:53 -0700)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2023-08-03

for you to fetch changes up to f54ba56dad0e9cea275e9802915a293f1a8c7d22:

  gitlab: disable FF_SCRIPT_SECTIONS on msys jobs (2023-08-03 13:04:48 +0200)

----------------------------------------------------------------
* Fix timeout problems in the MSYS Gitlab CI jobs
* Fix a problem when compiling with Clang on Windows

----------------------------------------------------------------
Daniel P. Berrangé (8):
      gitlab: remove duplication between msys jobs
      gitlab: print timestamps during windows msys jobs
      gitlab: always use updated msys installer
      gitlab: drop $CI_PROJECT_DIR from cache path
      gitlab: always populate cache for windows msys jobs
      configure: support passthrough of -Dxxx args to meson
      gitlab: disable optimization and debug symbols in msys build
      gitlab: disable FF_SCRIPT_SECTIONS on msys jobs

Thomas Huth (1):
      util/oslib-win32: Fix compiling with Clang from MSYS2

 configure                |   4 ++
 util/oslib-win32.c       |   5 +-
 .gitlab-ci.d/windows.yml | 174 +++++++++++++++++++++++------------------------
 3 files changed, 94 insertions(+), 89 deletions(-)


Re: [PULL 0/9] Fixes for 8.1-rc3
Posted by Richard Henderson 9 months ago
On 8/3/23 04:09, Thomas Huth wrote:
> The following changes since commit fb695ae3fdfe34ce7bf2eaa4595d48ca809c8841:
> 
>    Merge tag 'pull-qapi-2023-08-02' of https://repo.or.cz/qemu/armbru into staging (2023-08-02 06:51:53 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/thuth/qemu.git tags/pull-request-2023-08-03
> 
> for you to fetch changes up to f54ba56dad0e9cea275e9802915a293f1a8c7d22:
> 
>    gitlab: disable FF_SCRIPT_SECTIONS on msys jobs (2023-08-03 13:04:48 +0200)
> 
> ----------------------------------------------------------------
> * Fix timeout problems in the MSYS Gitlab CI jobs
> * Fix a problem when compiling with Clang on Windows

Nice: msys2-64bit finished in 63 minutes.

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/8.1 as appropriate.


r~