From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NxzKR-0005Cr-Qs for qemu-devel@nongnu.org; Sat, 03 Apr 2010 05:07:43 -0400 Received: from [140.186.70.92] (port=42009 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NxzKQ-0005CG-Ge for qemu-devel@nongnu.org; Sat, 03 Apr 2010 05:07:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NxzKP-00025T-56 for qemu-devel@nongnu.org; Sat, 03 Apr 2010 05:07:42 -0400 Received: from mail-pw0-f45.google.com ([209.85.160.45]:49274) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NxzKP-00025F-0N for qemu-devel@nongnu.org; Sat, 03 Apr 2010 05:07:41 -0400 Received: by pwi6 with SMTP id 6so2018032pwi.4 for ; Sat, 03 Apr 2010 02:07:39 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4BB70490.6000506@redhat.com> References: <1270227919-31031-1-git-send-email-pbonzini@redhat.com> <4BB62A74.6090109@redhat.com> <4BB63869.9090301@redhat.com> <4BB70490.6000506@redhat.com> Date: Sat, 3 Apr 2010 12:07:39 +0300 Message-ID: From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Subject: [Qemu-devel] Re: [PATCH] provide a stub version of kvm-all.c if !CONFIG_KVM List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org On 4/3/10, Paolo Bonzini wrote: > On 04/02/2010 09:04 PM, Blue Swirl wrote: > > > -int kvm_init(int smp_cpus); > > > > I had missed this; I don't see a particular reason to move this out of > kvm.h. Anyway I don't feel strongly about this. The reason is to avoid including kvm.h by vl.c.