]> git.proxmox.com Git - qemu.git/commit
update-linux-headers.sh: Don't hard code list of architectures
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 18 Jul 2012 10:11:09 +0000 (11:11 +0100)
committerMarcelo Tosatti <mtosatti@redhat.com>
Tue, 11 Sep 2012 21:14:49 +0000 (18:14 -0300)
commit2879636d55312b5391ec46c7dee5d3a07714c222
tree6d4ea620df1bd90f85e78ed5baf519eef62daa6f
parente0a1e32dbc41e6b2aabb436a9417dfd32177a3dc
update-linux-headers.sh: Don't hard code list of architectures

Rather than hardcoding the list of architectures in the kernel
header update script, just import headers for every architecture
which supports KVM (with a blacklist exception for ia64 which
has KVM headers but is dead). This reduces the number of QEMU
files which need to be updated to add support for a new KVM
architecture.

Acked-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
scripts/update-linux-headers.sh