Message ID | 20230530185949.410208-1-richard.henderson@linaro.org |
---|---|
State | New |
Headers | show |
On 5/30/23 11:59, Richard Henderson wrote: > The following changes since commit 7fe6cb68117ac856e03c93d18aca09de015392b0: > > Merge tag 'pull-target-arm-20230530-1' ofhttps://git.linaro.org/people/pmaydell/qemu-arm into staging (2023-05-30 08:02:05 -0700) > > are available in the Git repository at: > > https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20230530 > > for you to fetch changes up to 276d77de503e8f5f5cbd3f7d94302ca12d1d982e: > > tests/decode: Add tests for various named-field cases (2023-05-30 10:55:39 -0700) > > ---------------------------------------------------------------- > Improvements to 128-bit atomics: > - Separate __int128_t type and arithmetic detection > - Support 128-bit load/store in backend for i386, aarch64, ppc64, s390x > - Accelerate atomics via host/include/ > Decodetree: > - Add named field syntax > - Move tests to meson Applied, thanks. Please update https://wiki.qemu.org/ChangeLog/8.1 as appropriate. r~
On 31/05/2023 03.08, Richard Henderson wrote: > On 5/30/23 11:59, Richard Henderson wrote: >> The following changes since commit 7fe6cb68117ac856e03c93d18aca09de015392b0: >> >> Merge tag 'pull-target-arm-20230530-1' >> ofhttps://git.linaro.org/people/pmaydell/qemu-arm into staging >> (2023-05-30 08:02:05 -0700) >> >> are available in the Git repository at: >> >> https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20230530 >> >> for you to fetch changes up to 276d77de503e8f5f5cbd3f7d94302ca12d1d982e: >> >> tests/decode: Add tests for various named-field cases (2023-05-30 >> 10:55:39 -0700) >> >> ---------------------------------------------------------------- >> Improvements to 128-bit atomics: >> - Separate __int128_t type and arithmetic detection >> - Support 128-bit load/store in backend for i386, aarch64, ppc64, s390x >> - Accelerate atomics via host/include/ >> Decodetree: >> - Add named field syntax >> - Move tests to meson > > Applied, thanks. Please update https://wiki.qemu.org/ChangeLog/8.1 as > appropriate. Too bad that we've run out of CI minutes for the Windows jobs ... FYI, this is causing now failure in the msys2 jobs: https://gitlab.com/thuth/qemu/-/jobs/4385862382#L4821 https://gitlab.com/thuth/qemu/-/jobs/4385862378#L4632 Thomas
On 5/31/23 09:12, Thomas Huth wrote: > On 31/05/2023 03.08, Richard Henderson wrote: >> On 5/30/23 11:59, Richard Henderson wrote: >>> The following changes since commit 7fe6cb68117ac856e03c93d18aca09de015392b0: >>> >>> Merge tag 'pull-target-arm-20230530-1' >>> ofhttps://git.linaro.org/people/pmaydell/qemu-arm into staging (2023-05-30 08:02:05 >>> -0700) >>> >>> are available in the Git repository at: >>> >>> https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20230530 >>> >>> for you to fetch changes up to 276d77de503e8f5f5cbd3f7d94302ca12d1d982e: >>> >>> tests/decode: Add tests for various named-field cases (2023-05-30 10:55:39 -0700) >>> >>> ---------------------------------------------------------------- >>> Improvements to 128-bit atomics: >>> - Separate __int128_t type and arithmetic detection >>> - Support 128-bit load/store in backend for i386, aarch64, ppc64, s390x >>> - Accelerate atomics via host/include/ >>> Decodetree: >>> - Add named field syntax >>> - Move tests to meson >> >> Applied, thanks. Please update https://wiki.qemu.org/ChangeLog/8.1 as appropriate. > > Too bad that we've run out of CI minutes for the Windows jobs ... FYI, this is causing now > failure in the msys2 jobs: > > https://gitlab.com/thuth/qemu/-/jobs/4385862382#L4821 > https://gitlab.com/thuth/qemu/-/jobs/4385862378#L4632 Grr. It doesn't even say what failed, just wrong exit code. I wonder if the -o /dev/null is getting in the way... r~
On 5/31/23 11:07, Richard Henderson wrote: > On 5/31/23 09:12, Thomas Huth wrote: >> On 31/05/2023 03.08, Richard Henderson wrote: >>> On 5/30/23 11:59, Richard Henderson wrote: >>>> The following changes since commit 7fe6cb68117ac856e03c93d18aca09de015392b0: >>>> >>>> Merge tag 'pull-target-arm-20230530-1' >>>> ofhttps://git.linaro.org/people/pmaydell/qemu-arm into staging (2023-05-30 08:02:05 >>>> -0700) >>>> >>>> are available in the Git repository at: >>>> >>>> https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20230530 >>>> >>>> for you to fetch changes up to 276d77de503e8f5f5cbd3f7d94302ca12d1d982e: >>>> >>>> tests/decode: Add tests for various named-field cases (2023-05-30 10:55:39 -0700) >>>> >>>> ---------------------------------------------------------------- >>>> Improvements to 128-bit atomics: >>>> - Separate __int128_t type and arithmetic detection >>>> - Support 128-bit load/store in backend for i386, aarch64, ppc64, s390x >>>> - Accelerate atomics via host/include/ >>>> Decodetree: >>>> - Add named field syntax >>>> - Move tests to meson >>> >>> Applied, thanks. Please update https://wiki.qemu.org/ChangeLog/8.1 as appropriate. >> >> Too bad that we've run out of CI minutes for the Windows jobs ... FYI, this is causing >> now failure in the msys2 jobs: >> >> https://gitlab.com/thuth/qemu/-/jobs/4385862382#L4821 >> https://gitlab.com/thuth/qemu/-/jobs/4385862378#L4632 > > Grr. It doesn't even say what failed, just wrong exit code. > I wonder if the -o /dev/null is getting in the way... Whee. From meson-logs/testlog.txt: FileNotFoundError: [Errno 2] No such file or directory: '/dev/null' r~
On 31/05/2023 17:12, Thomas Huth wrote: > On 31/05/2023 03.08, Richard Henderson wrote: >> On 5/30/23 11:59, Richard Henderson wrote: >>> The following changes since commit 7fe6cb68117ac856e03c93d18aca09de015392b0: >>> >>> Merge tag 'pull-target-arm-20230530-1' >>> ofhttps://git.linaro.org/people/pmaydell/qemu-arm into staging (2023-05-30 >>> 08:02:05 -0700) >>> >>> are available in the Git repository at: >>> >>> https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20230530 >>> >>> for you to fetch changes up to 276d77de503e8f5f5cbd3f7d94302ca12d1d982e: >>> >>> tests/decode: Add tests for various named-field cases (2023-05-30 10:55:39 -0700) >>> >>> ---------------------------------------------------------------- >>> Improvements to 128-bit atomics: >>> - Separate __int128_t type and arithmetic detection >>> - Support 128-bit load/store in backend for i386, aarch64, ppc64, s390x >>> - Accelerate atomics via host/include/ >>> Decodetree: >>> - Add named field syntax >>> - Move tests to meson >> >> Applied, thanks. Please update https://wiki.qemu.org/ChangeLog/8.1 as appropriate. > > Too bad that we've run out of CI minutes for the Windows jobs ... FYI, this is > causing now failure in the msys2 jobs: > > https://gitlab.com/thuth/qemu/-/jobs/4385862382#L4821 > https://gitlab.com/thuth/qemu/-/jobs/4385862378#L4632 Given that we now run Kubernetes on Azure, should we consider setting up a Windows Kubernetes node for the msys2 jobs? When I last looked at this for a client ~2 years ago it was still experimental, but in theory it should be possible to set up a Windows node as part of the cluster and install the Windows GitLab runner in a container on it... ATB, Mark.