From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Borntraeger Subject: Re: [PATCH] kvm: provide kvm.h for all architecture: fixes headers_install Date: Tue, 11 Mar 2008 11:02:51 +0100 Message-ID: <200803111102.51653.borntraeger@de.ibm.com> References: <200803071326.06682.borntraeger@de.ibm.com> <200803110810.49759.borntraeger@de.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: Content-Disposition: inline Sender: linux-arch-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: To: Andreas Schwab Cc: David Woodhouse , Andrew Morton , Avi Kivity , Sam Ravnborg , kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Arnd Bergmann , David Howells , linux-arch-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, mm-commits-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Am Dienstag, 11. M=E4rz 2008 schrieb Andreas Schwab: > Christian Borntraeger writes: >=20 > > include/asm-alpha/kvm.h | 6 ++++++ >=20 > 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=20 populated by each architecture which gets kvm support with arch specfic= =20 definitions. x86 has support and s390, powerpc and ia64 are currently k= now=20 to work on ports.=20 Christian -- To unsubscribe from this list: send the line "unsubscribe linux-arch" i= n the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 Subject: Re: [PATCH] kvm: provide kvm.h for all architecture: fixes headers_install Date: Tue, 11 Mar 2008 11:02:51 +0100 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-arch-owner@vger.kernel.org List-ID: To: Andreas Schwab 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 Message-ID: <20080311100251.zGjZs7E_lAiFgMbDKys7CQYt4N_ftfBGFbLzlvvNj_Y@z> 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