[PATCH v4 07/23] util: add API to fetch the current thread name

2025-09-27 Thread Daniel P . Berrangé via Devel
This will be used to include the thread name in error reports in a later patch. It returns a const string stored in a thread local to avoid memory allocation when it is called repeatedly in a single thread. The thread name should be set at the very start of the thread execution, which is the case w

[PATCH v2 15/27] tests/lcitool: add missing rust-std dep

2025-09-27 Thread marcandre.lureau--- via Devel
From: Marc-André Lureau Some distros/targets may pull it by default, but some don't. Signed-off-by: Marc-André Lureau Reviewed-by: Daniel P. Berrangé --- scripts/ci/setup/ubuntu/ubuntu-2204-aarch64.yaml | 1 + scripts/ci/setup/ubuntu/ubuntu-2204-s390x.yaml| 1 + tests/docker/dock

Re: [PATCH v2 00/27] CI/build-sys fixes to enable Rust more widely

2025-09-27 Thread Alex Bennée
marcandre.lur...@redhat.com writes: > From: Marc-André Lureau > > Hi, > > This patch series fixes a number of issues with the build system and CI and > enable Rust for many of our jobs, getting us closer to enable Rust by default. > > emscripten is difficult to enable, help welcome. Also I think