From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xiao Guangrong Subject: Re: [Research] Number of lines of code Date: Sun, 6 Sep 2015 18:30:53 +0800 Message-ID: <55EC15DD.3070504@linux.intel.com> References: <55EC0DB6.4000008@stefan-geissler.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE To: =?UTF-8?Q?Stefan_Gei=c3=9fler?= , kvm list Return-path: Received: from mga11.intel.com ([192.55.52.93]:28505 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751002AbbIFKgs (ORCPT ); Sun, 6 Sep 2015 06:36:48 -0400 In-Reply-To: <55EC0DB6.4000008@stefan-geissler.net> Sender: kvm-owner@vger.kernel.org List-ID: On 09/06/2015 05:56 PM, Stefan Gei=C3=9Fler wrote: > Hi all, > > Is there reliable information about the number of lines of code in th= e kvm code base? > > I already counted virt/kvm from the git://git.kernel.org/pub/scm/virt= /kvm/kvm.git repository. But > ~7000 LOC seems too little to me. Or is that correct? It's just the common code, each platform has its own source code which = locates at arch/$ARCH/kvm/, e.g, arch/x86/kvm on x86.