Re: [PATCH] Account for Fedora kernels with backported vzalloc

2011-05-17 Thread Jan Kiszka
On 2011-05-17 16:55, Bernhard Kohl wrote: > kvm-kmod-2.6.38.6 does not compile on Fedora kernels >= 2.6.35.11. > > Signed-off-by: Bernhard Kohl > --- > configure |8 > external-module-compat-comm.h |5 - > 2 files changed, 12 insertions(+), 1 deletions(-)

RE: [PATCH] Account for Fedora kernels with backported vzalloc

2011-05-17 Thread Kohl, Bernhard (NSN - DE/Munich)
> -Original Message- > From: ext Jan Kiszka [mailto:jan.kis...@siemens.com] > Sent: Tuesday, May 17, 2011 5:27 PM > To: Kohl, Bernhard (NSN - DE/Munich) > Cc: kvm@vger.kernel.org > Subject: Re: [PATCH] Account for Fedora kernels with backported vzalloc > > On 20

Re: [PATCH] Account for Fedora kernels with backported vzalloc

2011-05-17 Thread Jan Kiszka
On 2011-05-17 17:44, Kohl, Bernhard (NSN - DE/Munich) wrote: >> -Original Message- >> From: ext Jan Kiszka [mailto:jan.kis...@siemens.com] >> Sent: Tuesday, May 17, 2011 5:27 PM >> To: Kohl, Bernhard (NSN - DE/Munich) >> Cc: kvm@vger.kernel.org >> Sub

Re: [PATCH] Account for Fedora kernels with backported vzalloc

2011-05-17 Thread Avi Kivity
On 05/17/2011 05:55 PM, Bernhard Kohl wrote: kvm-kmod-2.6.38.6 does not compile on Fedora kernels>= 2.6.35.11. index a40c39f..b91587c 100755 --- a/configure +++ b/configure @@ -153,6 +153,13 @@ if [ -n "$no_uname" -a "$want_module" ]; then depmod_version=$kernel_version fi +# Check

Re: [PATCH] Account for Fedora kernels with backported vzalloc

2011-05-18 Thread Avi Kivity
On 05/18/2011 12:11 PM, Kohl, Bernhard (NSN - DE/Munich) wrote: > > Curious, why are you targetting Fedora kernels at all? They have a > really short shelf life. I though kvm-kmod was for people using longer > term kernels like enterprise distros or long lived embedded projects. Here at NSN

RE: [PATCH] Account for Fedora kernels with backported vzalloc

2011-05-18 Thread Kohl, Bernhard (NSN - DE/Munich)
> -Original Message- > From: ext Avi Kivity [mailto:a...@redhat.com] > Sent: Tuesday, May 17, 2011 7:30 PM > To: Kohl, Bernhard (NSN - DE/Munich) > Cc: kvm@vger.kernel.org; jan.kis...@siemens.com > Subject: Re: [PATCH] Account for Fedora kernels with backported vzalloc