From 48bd798094ddb170a533b86ee9de7c3e462b9c48 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Thu, 19 Sep 2024 21:04:16 -0600
Subject: [PATCH] qemu: disable coroutine pool

---
 recipes/wip/vm/qemu/recipe.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes/wip/vm/qemu/recipe.toml b/recipes/wip/vm/qemu/recipe.toml
index ed8cd3856..fd19d9873 100644
--- a/recipes/wip/vm/qemu/recipe.toml
+++ b/recipes/wip/vm/qemu/recipe.toml
@@ -28,6 +28,7 @@ COOKBOOK_CONFIGURE_FLAGS=(
     --prefix="/usr"
     --cross-prefix="${TARGET}"
     --static
+    --disable-coroutine-pool
     --disable-tpm
 )
 case "${TARGET}" in
-- 
GitLab