From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH] x86/HVM: type adjustments Date: Mon, 23 Nov 2015 15:06:47 +0000 Message-ID: <56532B87.2070101@citrix.com> References: <565327EF02000078000B7DA6@prv-mh.provo.novell.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 1a0srT-0007lJ-EV for xen-devel@lists.xenproject.org; Mon, 23 Nov 2015 15:16:59 +0000 In-Reply-To: <565327EF02000078000B7DA6@prv-mh.provo.novell.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: Jan Beulich , xen-devel Cc: Kevin Tian , Keir Fraser , suravee.suthikulpanit@amd.com, Aravind Gopalakrishnan , Jun Nakajima , Boris Ostrovsky List-Id: xen-devel@lists.xenproject.org On 23/11/15 13:51, Jan Beulich wrote: > - constify struct hvm_trap * function parameters > - width reduce and shuffle some struct hvm_trap members > - use bool_t for boolean fields struct hvm_function_table > - use unsigned for struct hvm_function_table's hap_capabilities field > > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper