guix-commits@gnu.org writes: > commit 076b3384dfa29ae118d0375d516376a7fe98a197 > Author: Maxim Cournoyer > AuthorDate: Tue Sep 12 09:29:22 2023 -0400 > > gnu: qemu: Reinstate the iothreads-commit-active test. > > * gnu/packages/virtualization.scm (qemu) [arguments]: Add set-SOCK_DIR phase. > (qemu-minimal) [arguments]: Delete the disable-extra-tests phase. > --- > gnu/packages/virtualization.scm | 17 +++++++++-------- > 1 file changed, 9 insertions(+), 8 deletions(-) I cannot seem to get qemu-minimal to build for x86_64-linux with this change [1]. 1: https://data.guix.gnu.org/gnu/store/zn390q1p6alvklsymfjs7kk286dg0jmn-qemu-minimal-8.1.0.drv It could be that it just happened to build previously, but this is the kind of issue that using QA should help to catch (and ironically, now I can't update QA because qemu-minimal fails to build).