From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH RFC V2 2/6] xen: Optimize introspection access to guest state Date: Fri, 11 Jul 2014 17:57:19 +0100 Message-ID: <53C0176F.4070300@citrix.com> References: <1405093418-23481-1-git-send-email-rcojocaru@bitdefender.com> <1405093418-23481-2-git-send-email-rcojocaru@bitdefender.com> <53C016A9.6070701@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <53C016A9.6070701@citrix.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: Razvan Cojocaru , xen-devel@lists.xen.org Cc: mdontu@bitdefender.com, tim@xen.org, JBeulich@suse.com List-Id: xen-devel@lists.xenproject.org On 11/07/14 17:54, Andrew Cooper wrote: > On 11/07/14 16:43, Razvan Cojocaru wrote: > > >> +} mem_event_regs_t; In addition, anything ending in _t is reserved for the C environment, so shouldn't be found in our public header files. There are some bad examples which cant be changed, but we should refrain from propagating this badness. ~Andrew