[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20070215173218.GA6324@infradead.org>
Date: Thu, 15 Feb 2007 17:32:18 +0000
From: Christoph Hellwig <hch@...radead.org>
To: Jeremy Fitzhardinge <jeremy@...p.org>
Cc: "Eric W. Biederman" <ebiederm@...ssion.com>,
Andi Kleen <ak@....de>, Andrew Morton <akpm@...l.org>,
virtualization@...ts.osdl.org, xen-devel@...ts.xensource.com,
Chris Wright <chrisw@...s-sol.org>,
Ian Pratt <ian.pratt@...source.com>,
linux-kernel@...r.kernel.org
Subject: Re: [patch 15/21] Xen-paravirt: Add Xen interface header files
On Wed, Feb 14, 2007 at 04:10:50PM -0800, Jeremy Fitzhardinge wrote:
> Eric W. Biederman wrote:
> > Jeremy Fitzhardinge <jeremy@...p.org> writes:
> >
> >
> >> Add Xen interface header files. These are taken fairly directly from
> >> the Xen tree and hence the style is not entirely in accordance with
> >> Linux guidelines. There is a tension between fitting with Linux coding
> >> rules and ease of maintenance.
> >>
> >> Define macros and inline functions for doing hypercalls into the
> >> hypervisor.
> >>
> >> Signed-off-by: Jeremy Fitzhardinge <jeremy@...source.com>
> >> Signed-off-by: Ian Pratt <ian.pratt@...source.com>
> >> Signed-off-by: Christian Limpach <Christian.Limpach@...cam.ac.uk>
> >> Signed-off-by: Chris Wright <chrisw@...s-sol.org>
> >>
> >>
> >> --
> >> include/asm-i386/hypercall.h | 416 +++++++++++++++++++++++++++++
> >> include/asm-i386/hypervisor.h | 72 +++++
> >>
> >
> > Are hypercall.h and hypervisor.h generic or are they Xen specific.
> > If they are Xen specific (as it appears) then are inappropriately
> > named.
> >
>
> Thanks for the reminder; I've been meaning to move/rename these.
>
> >> include/xen/interface/arch-x86_32.h | 187 +++++++++++++
> >>
> > Why isn't this file include-asm-i386/xen/arch-x86_32.h ?
> >
>
> Those files are more or less directly copied from the Xen tree, and its
> easier if they don't drift too far in name and directory structure.
Nack, we don't put per-arch crap there. Either you'll have it in separate
places, or you clean up the utterly braindead scheme in the Xen tree
aswell.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists