From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: where is the function paging32_page_fault() ? Date: Fri, 28 Feb 2014 15:07:18 +0100 Message-ID: <53109816.4090601@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit To: ratheesh kannoth , kvm@vger.kernel.org Return-path: Received: from mail-qc0-f182.google.com ([209.85.216.182]:38682 "EHLO mail-qc0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751712AbaB1OHW (ORCPT ); Fri, 28 Feb 2014 09:07:22 -0500 Received: by mail-qc0-f182.google.com with SMTP id e16so739229qcx.13 for ; Fri, 28 Feb 2014 06:07:21 -0800 (PST) In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: Il 28/02/2014 09:24, ratheesh kannoth ha scritto: > I downloaded kvm-17 ( > http://downloads.sourceforge.net/kvm/kvm-17.tar.gz ). I could not find > the function > definition in tar ball. That's quite old. You should just look in the Linux source code for KVM these days. It is in virt/kvm and arch/x86/kvm. Paolo