[PULL 0/1] TCG tests configure hotfix

Pierrick Bouvier posted 1 patch 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260904201034.2811585-1-pierrick.bouvier@oss.qualcomm.com
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
tests/tcg/meson.build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PULL 0/1] TCG tests configure hotfix
Posted by Pierrick Bouvier 3 weeks ago
The following changes since commit ff1d2d19d7e24893e2012d879f8e73077e17b9bd:

  Merge tag 'pull-11.1-check-tcg-meson-040926-2' of https://gitlab.com/stsquad/qemu into staging (2026-09-04 16:52:58 +0100)

are available in the Git repository at:

  https://gitlab.com/p-b-o/qemu tags/pbouvier/pr/tcg-tests-20260904

for you to fetch changes up to f7b7d7270eed9f22110f2a2c0d4bb74b92f991f8:

  tests/tcg/meson.build: fix build_test_depends (2026-09-04 13:09:16 -0700)

----------------------------------------------------------------
See link to series for details. It might impact anyone having
docker/podman installed but no cross compilers.

Changes:
- [PATCH] tests/tcg/meson.build: fix build_test_depends (Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>)
  Link: https://lore.kernel.org/qemu-devel/20260904200614.2808877-1-pierrick.bouvier@oss.qualcomm.com

----------------------------------------------------------------
Pierrick Bouvier (1):
      tests/tcg/meson.build: fix build_test_depends

 tests/tcg/meson.build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Re: [PULL 0/1] TCG tests configure hotfix
Posted by Peter Maydell 2 weeks, 5 days ago
On Fri, 4 Sept 2026 at 21:10, Pierrick Bouvier
<pierrick.bouvier@oss.qualcomm.com> wrote:
>
> The following changes since commit ff1d2d19d7e24893e2012d879f8e73077e17b9bd:
>
>   Merge tag 'pull-11.1-check-tcg-meson-040926-2' of https://gitlab.com/stsquad/qemu into staging (2026-09-04 16:52:58 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/p-b-o/qemu tags/pbouvier/pr/tcg-tests-20260904
>
> for you to fetch changes up to f7b7d7270eed9f22110f2a2c0d4bb74b92f991f8:
>
>   tests/tcg/meson.build: fix build_test_depends (2026-09-04 13:09:16 -0700)
>
> ----------------------------------------------------------------
> See link to series for details. It might impact anyone having
> docker/podman installed but no cross compilers.
>
> Changes:
> - [PATCH] tests/tcg/meson.build: fix build_test_depends (Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>)
>   Link: https://lore.kernel.org/qemu-devel/20260904200614.2808877-1-pierrick.bouvier@oss.qualcomm.com
>
> ----------------------------------------------------------------
> Pierrick Bouvier (1):
>       tests/tcg/meson.build: fix build_test_depends
>



Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/11.2
for any user-visible changes.

-- PMM