I pulled the latest:
 kvm (commit 3c260758b41000986c3c064b17a9771286e98d1e)
 kvm-userspace (commit 6892f63c18a526c7b54bbde2f59287787eabe1f8)

and built and installed the 2.6.28-rc7 x86_64 kernel from kvm pull, then
tried to build kvm-userspace and the build failed:


make -C /lib/modules/2.6.28-rc7/build M=`pwd` \
                LINUXINCLUDE="-I`pwd`/include -Iinclude \
                 \
                -Iarch/x86/include -I`pwd`/include-compat \
                -include include/linux/autoconf.h \
                -include `pwd`/x86/external-module-compat.h "
make[2]: Entering directory `/home/beth/git/build/kvm.kernel/kvm'
  LD      /home/beth/git/test/kvm-userspace/kernel/x86/built-in.o
  CC [M]  /home/beth/git/test/kvm-userspace/kernel/x86/svm.o
In file included
from /home/beth/git/test/kvm-userspace/kernel/include/asm/kvm_host.h:64,

from /home/beth/git/test/kvm-userspace/kernel/include/linux/kvm_host.h:67,

from /home/beth/git/test/kvm-userspace/kernel/x86/svm.c:56:
arch/x86/include/asm/mtrr.h:60: error: redefinition of ‘struct
mtrr_var_range’
arch/x86/include/asm/mtrr.h:69: error: redefinition of typedef
‘mtrr_type’
/home/beth/git/test/kvm-userspace/kernel/x86/external-module-compat.h:349: 
error: previous declaration of ‘mtrr_type’ was here
arch/x86/include/asm/mtrr.h:74: error: redefinition of ‘struct
mtrr_state_type’
make[4]: *** [/home/beth/git/test/kvm-userspace/kernel/x86/svm.o] Error
1

When I moved the machine back to 2.6.27.7 the build succeeded.

-- 
Elizabeth Kon (Beth)
IBM Linux Technology Center
Open Hypervisor Team
email: [EMAIL PROTECTED]

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to