From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v4 8/9] libxl/libxc: Move libxl_get_numainfo()'s hypercall buffer management to libxc Date: Wed, 11 Mar 2015 11:08:22 +0000 Message-ID: <1426072102.21353.179.camel@citrix.com> References: <1425954475-4913-1-git-send-email-boris.ostrovsky@oracle.com> <1425954475-4913-9-git-send-email-boris.ostrovsky@oracle.com> <1425995056.2729.111.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1425995056.2729.111.camel@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: Dario Faggioli Cc: "elena.ufimtseva@oracle.com" , Wei Liu , Andrew Cooper , "xen-devel@lists.xen.org" , Stefano Stabellini , "jbeulich@suse.com" , Ian Jackson , "boris.ostrovsky@oracle.com" , "Keir (Xen.org)" List-Id: xen-devel@lists.xenproject.org On Tue, 2015-03-10 at 13:44 +0000, Dario Faggioli wrote: > On Mon, 2015-03-09 at 22:27 -0400, Boris Ostrovsky wrote: > > xc_numainfo() is not expected to be used on a hot path and therefore > > hypercall buffer management can be pushed into libxc. This will simplify > > life for callers. > > > > Also update error logging macros. > > > > Signed-off-by: Boris Ostrovsky > > > Reviewed-by: Dario Faggioli Acked-by: Ian Campbell (again without close review, thanks Dario)