From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.4 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 85A39C432C0 for ; Tue, 3 Dec 2019 02:01:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2647020684 for ; Tue, 3 Dec 2019 02:01:28 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=ozlabs.org header.i=@ozlabs.org header.b="SDDFe2Od" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726024AbfLCCB1 (ORCPT ); Mon, 2 Dec 2019 21:01:27 -0500 Received: from ozlabs.org ([203.11.71.1]:46703 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725941AbfLCCB1 (ORCPT ); Mon, 2 Dec 2019 21:01:27 -0500 Received: by ozlabs.org (Postfix, from userid 1003) id 47RlZs373Nz9sPL; Tue, 3 Dec 2019 13:01:25 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ozlabs.org; s=201707; t=1575338485; bh=Z6g4P0kR+Lg+jlbqbIwnOiPZH4g0NSoRsPlrdMM7fKE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=SDDFe2OdZq8eVHSJtT+Y5e2lBTNlv7yciWKq/NK4/0VyZPwQ0QCb5B8I0/4Oj8c3t AH+rE4NBzRbBS3ptx7dJ6yMxEQC6E6szdJmAKcMeC0oTgz/LSdtXiw6nU/0RxxTHeh D7xVntyWFtAao18ZjE50CK5lbypwytrM/JpDDbPC/99EqEap5jY0Z5RfDiwDkXBott lA3d2lpJ7klcpZCTRGYso2hEnupQcKsZzIT7xEKloA6+E1q0kqsubD1GYH66Uwux05 mF/7tyxumgyO62ZmZJDFV2mLvOzzWwHVqbdq55LQ4aSJFQcG3dTtfjS/Dz+ShwcZjZ B0yrscbv1xOOA== Date: Tue, 3 Dec 2019 13:01:21 +1100 From: Paul Mackerras To: Wayne Li Cc: kvm@vger.kernel.org, kvm-ppc@vger.kernel.org Subject: Re: KVM Kernel Module not being built for Yocto Kernel Message-ID: <20191203020121.GA14683@oak.ozlabs.ibm.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Mon, Dec 02, 2019 at 09:47:50PM +0000, Wayne Li wrote: > Dear KVM community, > > First of all I'd like mention I've posted this question on the Yocto > mailing list as well as the KVM mailing list because my question has > huge ties to the bitbake process (a concept related to the Yocto > project). Though I believe I'm mainly addressing the KVM community > because my problem is more directly related to the intricacies of the > KVM build process. > > So I am trying to build the kvm-kmod from source and I'm running into > an issue where the compilation doesn't produce any kernel modules. > But before I describe my issue and question any further, here's a > little background information on my current endeavour. > > My goal right now is to get KVM to work on a T4240RDB running on a > Yocto-based kernel. So... what kernel version are you using? What sub-architecture is the T4240RDB? What kernel config options are you trying to turn on? Paul.