Re: [Qemu-devel] [PATCH] update-linux-headers.sh: Don't hard code list of architectures

2012-08-13 Thread Peter Maydell
Ping^2? On 3 August 2012 13:55, Peter Maydell wrote: > Ping? > > patchwork url: http://patchwork.ozlabs.org/patch/171628/ > > -- PMM > > On 18 July 2012 11:11, Peter Maydell wrote: >> Rather than hardcoding the list of architectures in the kernel >> header update script, just import headers for

Re: [Qemu-devel] [PATCH] update-linux-headers.sh: Don't hard code list of architectures

2012-08-03 Thread Peter Maydell
Ping? patchwork url: http://patchwork.ozlabs.org/patch/171628/ -- PMM On 18 July 2012 11:11, Peter Maydell wrote: > 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

Re: [Qemu-devel] [PATCH] update-linux-headers.sh: Don't hard code list of architectures

2012-07-18 Thread Jan Kiszka
On 2012-07-18 12:11, Peter Maydell wrote: > 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 QE

[Qemu-devel] [PATCH] update-linux-headers.sh: Don't hard code list of architectures

2012-07-18 Thread Peter Maydell
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 f

Re: [Qemu-devel] [PATCH] update-linux-headers.sh: Don't hard code list of architectures

2012-07-17 Thread Jan Kiszka
On 2012-07-17 19:34, Peter Maydell wrote: > On 17 July 2012 18:03, Jan Kiszka wrote: >> On 2012-07-17 18:41, Peter Maydell wrote: >>> Rather than hardcoding the list of architectures in the kernel >>> header update script, just import headers for every architecture >>> which supports KVM. This red

Re: [Qemu-devel] [PATCH] update-linux-headers.sh: Don't hard code list of architectures

2012-07-17 Thread Peter Maydell
On 17 July 2012 18:03, Jan Kiszka wrote: > On 2012-07-17 18:41, Peter Maydell wrote: >> Rather than hardcoding the list of architectures in the kernel >> header update script, just import headers for every architecture >> which supports KVM. This reduces the number of QEMU files which >> need to b

Re: [Qemu-devel] [PATCH] update-linux-headers.sh: Don't hard code list of architectures

2012-07-17 Thread Jan Kiszka
On 2012-07-17 18:41, Peter Maydell wrote: > Rather than hardcoding the list of architectures in the kernel > header update script, just import headers for every architecture > which supports KVM. This reduces the number of QEMU files which > need to be updated to add support for a new KVM architect

[Qemu-devel] [PATCH] update-linux-headers.sh: Don't hard code list of architectures

2012-07-17 Thread Peter Maydell
Rather than hardcoding the list of architectures in the kernel header update script, just import headers for every architecture which supports KVM. This reduces the number of QEMU files which need to be updated to add support for a new KVM architecture. It also means we won't break if the kernel dr