On 8/7/23 02:22, Paolo Bonzini wrote:
container_hosts is matched against $cpu, so it must contain QEMU canonical architecture names, not Debian architecture names. Also do not set $container_hosts inside the loop, since it is already set before.Signed-off-by: Paolo Bonzini<pbonz...@redhat.com> --- configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~