On 7/8/23 11: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: Philippe Mathieu-Daudé <phi...@linaro.org>