From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753925AbYCKKDN (ORCPT ); Tue, 11 Mar 2008 06:03:13 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751366AbYCKKDD (ORCPT ); Tue, 11 Mar 2008 06:03:03 -0400 Received: from mtagate4.uk.ibm.com ([195.212.29.137]:51702 "EHLO mtagate4.uk.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750899AbYCKKDB convert rfc822-to-8bit (ORCPT ); Tue, 11 Mar 2008 06:03:01 -0400 From: Christian Borntraeger To: Andreas Schwab Subject: Re: [PATCH] kvm: provide kvm.h for all architecture: fixes headers_install Date: Tue, 11 Mar 2008 11:02:51 +0100 User-Agent: KMail/1.9.7 Cc: David Woodhouse , Andrew Morton , Avi Kivity , Sam Ravnborg , kvm-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org, Arnd Bergmann , David Howells , linux-arch@vger.kernel.org, mm-commits@vger.kernel.org References: <200803071326.06682.borntraeger@de.ibm.com> <200803110810.49759.borntraeger@de.ibm.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8BIT Content-Disposition: inline Message-Id: <200803111102.51653.borntraeger@de.ibm.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Dienstag, 11. März 2008 schrieb Andreas Schwab: > Christian Borntraeger writes: > > > include/asm-alpha/kvm.h | 6 ++++++ > > Can't you put it in asm-generic? I dont think so. The generic part is in include/linux/kvm.h. asm/kvm.h is populated by each architecture which gets kvm support with arch specfic definitions. x86 has support and s390, powerpc and ia64 are currently know to work on ports. Christian