From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH 3/3] x86/HVM: vMSI simplification Date: Fri, 9 Jan 2015 10:23:14 +0000 Message-ID: <54AFAC12.6090106@citrix.com> References: <54AEB49C0200007800052BDE@mail.emea.novell.com> <54AEB5BE0200007800052BF9@mail.emea.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta4.messagelabs.com ([85.158.143.247]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Y9Wis-0000LJ-Ly for xen-devel@lists.xenproject.org; Fri, 09 Jan 2015 10:23:18 +0000 In-Reply-To: <54AEB5BE0200007800052BF9@mail.emea.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: Keir Fraser List-Id: xen-devel@lists.xenproject.org On 08/01/15 15:52, Jan Beulich wrote: > - struct msixtbl_entry's table_len field can be unsigned int, and by > moving it down a little the structure size can be reduced slightly > - a disjoint xmalloc()/memset() pair can be converted to xzalloc() > - a pointless local variable can be dropped > > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper