From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jan Beulich" Subject: Re: [PATCH v2 1/2] x86/mem_event: Deliver gla fault EPT violation information Date: Fri, 08 Aug 2014 15:58:19 +0100 Message-ID: <53E501AB020000780002AA9F@mail.emea.novell.com> References: <1407440824-3281-1-git-send-email-tamas.lengyel@zentific.com> <53E3F215.7050205@oracle.com> <53E4047F.8050409@citrix.com> <53E4DD34.1060804@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1XFlca-00049z-MA for xen-devel@lists.xenproject.org; Fri, 08 Aug 2014 14:58:20 +0000 In-Reply-To: <53E4DD34.1060804@oracle.com> Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Boris Ostrovsky Cc: kevin.tian@intel.com, Ian Campbell , Stefano Stabellini , Jun Nakajima , Andrew Cooper , Ian Jackson , eddie.dong@intel.com, Aravind.Gopalakrishnan@amd.com, suravee.suthikulpanit@amd.com, Tamas Lengyel , "xen-devel@lists.xenproject.org" List-Id: xen-devel@lists.xenproject.org >>> On 08.08.14 at 16:22, wrote: > (I am also curious why we are truncating exitinfo1 to 32 bits and yet > compiler doesn't warn.) The compiler by default never warns about value truncations - there'd be way too many false positives. Jan