]> www.infradead.org Git - users/dwmw2/qemu.git/commit
configure: fix container_hosts misspellings and duplications
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 7 Aug 2023 09:22:08 +0000 (11:22 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 28 Aug 2023 07:55:48 +0000 (09:55 +0200)
commita04f33727cea092dc71be32745e8964f62fb8104
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