Re: [Xen-devel] [PATCH v6 3/5] libxl/libxc: Move libxl_get_cpu_topology()'s hypercall buffer management to libxc

2015-04-15 Thread Ian Campbell
On Mon, 2015-04-06 at 18:12 -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 Ostro

[Xen-devel] [PATCH v6 3/5] libxl/libxc: Move libxl_get_cpu_topology()'s hypercall buffer management to libxc

2015-04-06 Thread Boris Ostrovsky
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 --- Changes in v6: * Dropped NULL buffer test in xc_cputopoinfo()