From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v4 7/9] libxl/libxc: Move libxl_get_cpu_topology()'s hypercall buffer management to libxc Date: Wed, 11 Mar 2015 11:07:51 +0000 Message-ID: <1426072071.21353.178.camel@citrix.com> References: <1425954475-4913-1-git-send-email-boris.ostrovsky@oracle.com> <1425954475-4913-8-git-send-email-boris.ostrovsky@oracle.com> <1425994830.2729.110.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1425994830.2729.110.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:40 +0000, Dario Faggioli wrote: > On Mon, 2015-03-09 at 22:27 -0400, Boris Ostrovsky wrote: > > xc_cputopoinfo() 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 reporting macros. > > > > Signed-off-by: Boris Ostrovsky > > > Reviewed-by: Dario Faggioli Acked-by: Ian Campbell (without close review of my own, thanks Dario).