From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NxzHI-0003zC-0b for qemu-devel@nongnu.org; Sat, 03 Apr 2010 05:04:28 -0400 Received: from [140.186.70.92] (port=54945 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NxzHF-0003wA-7z for qemu-devel@nongnu.org; Sat, 03 Apr 2010 05:04:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NxzHD-0001op-Ui for qemu-devel@nongnu.org; Sat, 03 Apr 2010 05:04:25 -0400 Received: from mail-bw0-f211.google.com ([209.85.218.211]:47981) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NxzHD-0001oj-Od for qemu-devel@nongnu.org; Sat, 03 Apr 2010 05:04:23 -0400 Received: by bwz3 with SMTP id 3so2014424bwz.11 for ; Sat, 03 Apr 2010 02:04:22 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4BB70490.6000506@redhat.com> Date: Sat, 03 Apr 2010 11:04:16 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1270227919-31031-1-git-send-email-pbonzini@redhat.com> <4BB62A74.6090109@redhat.com> <4BB63869.9090301@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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: Blue Swirl Cc: qemu-devel@nongnu.org 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. Paolo