On Sun, 2 Mar 2008, Alexey Eremenko wrote:
> Well, There is a patch, that may help.
Thanks. It did. I installed the current openSuSE 10.3 kernel on top
of SLES10 SP1, which worked after specifying --nodeps. KVM-62 then built
and ran with your patch, and is rather faster than KVM-37 for
networki
On Fri, 29 Feb 2008, M.J. Rutter wrote:
> Whereas KVM-60 builds "out of the box" on SLES 10 SP1 (assuming gcc 3.4 is
> installed), KVM-61 and KVM-62 don't.
Bother. Ignore that. As far as I can see, no KVM since about KVM-37 has
actually run on a kernel that old, due to the
Whereas KVM-60 builds "out of the box" on SLES 10 SP1 (assuming gcc 3.4 is
installed), KVM-61 and KVM-62 don't. They fail with:
make[1]: Entering directory `/scratch/KVM/kvm-61/kernel'
# include header priority 1) INUX 2) ERNELDIR 3) include-compat
make -C /lib/modules/2.6.16.54-0.2.5-smp/build M
With KVM-28, attempting to install SLES 10 x86_64 from its DVD gives a
blank black screen as soon as the installer switches from text mode, after
the kernel has booted and the text-mode non-interactive part of yast has
run: the window resizes from the text mode size, and is redrawn black, and
t
Many thanks: it now compiles fine, and runs too!
Michael
On Thu, 26 Apr 2007, Kiselev, Sergey wrote:
> Please apply attached patch. (Actually it contains two patches, that
> appeared in kvm-commits list).
>
> Thanks,
> Sergey
Trying to build kvm-20 on SLES 10, following the instructions on
http://kvm.qumranet.com/kvmwiki/SLES fails with
kvm-20/kernel/mmu.c:210: error: implicit declaration of function
`kmem_cache_zalloc'
SLES 10 uses a 2.6.16 kernel, and kmem_cache_zalloc appears to have been
introduced in 2.6.17. A