]> git.proxmox.com Git - qemu.git/commit - configure
configure: Don't implicitly hardcode list of KVM architectures
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 3 Aug 2012 12:51:25 +0000 (13:51 +0100)
committerAvi Kivity <avi@redhat.com>
Thu, 9 Aug 2012 13:16:45 +0000 (16:16 +0300)
commit08312a63b77df45ad056d2e8d9e2cbe8f683a23c
treef0b9b158dc3b82f5ad08562bd0136e1deb4f192b
parent3ed444e949cd2f0938759836c0991dfabe86f485
configure: Don't implicitly hardcode list of KVM architectures

The code creating the symlink from linux-headers/asm to the
architecture specific linux-headers/asm-$arch directory was
implicitly hardcoding a list of KVM supporting architectures.
Add a default case for the common "Linux architecture name and
QEMU CPU name match" case, so future architectures will only
need to add code if they've managed to get mismatched names.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
configure