From mboxrd@z Thu Jan 1 00:00:00 1970 From: gao@schrodinger.com Subject: KVM-87 compile failed Date: Thu, 25 Jun 2009 22:40:30 -0700 Message-ID: <200906252240.30600.gao@schrodinger.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE To: kvm@vger.kernel.org Return-path: Received: from thermidore.schrodinger.com ([192.156.98.99]:3003 "EHLO schrodinger.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751622AbZFZGzI convert rfc822-to-8bit (ORCPT ); Fri, 26 Jun 2009 02:55:08 -0400 Received: from toni.schrodinger.com (toni.schrodinger.com [192.156.98.56]) by schrodinger.com (8.13.4/8.13.4) with ESMTP id n5Q5ebT8069358 for ; Thu, 25 Jun 2009 22:40:37 -0700 (PDT) (envelope-from gao@schrodinger.com) Received: from mudan.localnet (076-076-148-096.pdx.net [76.76.148.96]) (authenticated bits=0) by toni.schrodinger.com (8.13.3/8.13.3) with ESMTP id n5Q5eZQj027821 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 25 Jun 2009 22:40:36 -0700 (PDT) (envelope-from gao@schrodinger.com) Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: Hi, Compiling KVM-87 failed with following error: make -C /lib/modules/2.6.29-gentoo-r5/build M=3D`pwd` \ LINUXINCLUDE=3D"-I`pwd`/include -Iinclude \ -Iarch/x86/include -I`pwd`/include-compat \ -include include/linux/autoconf.h \ -include `pwd`/x86/external-module-compat.h " \ "$@" CC [M] /tmp/kvm-87/kvm/kernel/x86/vmx.o /tmp/kvm-87/kvm/kernel/x86/vmx.c: In function =E2=80=98ept_rsvd_mask=E2= =80=99: /tmp/kvm-87/kvm/kernel/x86/vmx.c:3272: error: =E2=80=98struct cpuinfo_x= 86=E2=80=99 has no=20 member named =E2=80=98x86_phys_bits=E2=80=99 make[4]: *** [/tmp/kvm-87/kvm/kernel/x86/vmx.o] Error 1 make[3]: *** [/tmp/kvm-87/kvm/kernel/x86] Error 2 make[2]: *** [_module_/tmp/kvm-87/kvm/kernel] Error 2 make[1]: *** [all] Error 2 make: *** [kvm-kmod] Error 2 GCC-4.3.2-r3, kernel 2.6.29-gentoo-r5. Compiling worked fine with KVM-86. Simon