configure: fix container_hosts misspellings and duplications
commita04f33727cea092dc71be32745e8964f62fb8104
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 7 Aug 2023 09:22:08 +0000 (7 11:22 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 28 Aug 2023 07:55:48 +0000 (28 09:55 +0200)
treec873c37088365e517082798117c17380872ccb31
parent33cc88261c352445d31599054653d759f20531c1
configure: fix container_hosts misspellings and duplications

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.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure