From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mukesh Rathor Subject: Re: Is: PVH + ARM new hypercalls. Was: Re: [PATCH]: PVH: specify xen features strings cleany for PVH Date: Mon, 4 Feb 2013 17:04:49 -0800 Message-ID: <20130204170449.24408e42@mantra.us.oracle.com> References: <50FD3D6202000078000B7CE4@nat28.tlf.novell.com> <20130122151241.7ed034f4@mantra.us.oracle.com> <50FFABE702000078000B88E1@nat28.tlf.novell.com> <20130123144347.78ba0a3f@mantra.us.oracle.com> <51010A1802000078000B9027@nat28.tlf.novell.com> <20130124151336.311c3456@mantra.us.oracle.com> <51024A2602000078000B9786@nat28.tlf.novell.com> <1359108703.10051.5.camel@zakaz.uk.xensource.com> <51026C3602000078000B9911@nat28.tlf.novell.com> <1359110621.10051.25.camel@zakaz.uk.xensource.com> <20130128162607.GA7223@konrad-lan.dumpdata.com> <20130128185737.55ec65f8@mantra.us.oracle.com> <5107B6FC02000078000BA589@nat28.tlf.novell.com> <20130131182329.2cb3a225@mantra.us.oracle.com> <510BEC590200007800094177@nat28.tlf.novell.com> <20130201112716.4d63716c@mantra.us.oracle.com> <1359973901.5281.35.camel@zakaz.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1359973901.5281.35.camel@zakaz.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: "konrad@kernel.org" , "konrad.wilk@oracle.com" , Jan Beulich , "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org On Mon, 4 Feb 2013 10:31:41 +0000 Ian Campbell wrote: > On Fri, 2013-02-01 at 19:27 +0000, Mukesh Rathor wrote: > > On Fri, 01 Feb 2013 16:24:57 +0000 > > "Jan Beulich" wrote: > > > I don't much care about the gdt vs u naming for the union, although I > would probably have gone with the more meaningful gdt if it were me. > cscope-wise in emacs I would just use "C-c s t" to look for "gdt.size" > etc. Unf vim cscope doesn't support that. Moreover, I bet if size was accessed via pointer, you couldn't search it that way either. In general, all enterprise software I've worked on prohibited such generic names for the reason people couldn't easily find their usages. I find it very frustrating, and I hope I can continue to be able to read xen code. Thanks, Mukesh