Re: [Xen-devel] [PATCH RFC 3/8] golang/xenlight: Add host-related functionality

2017-02-01 Thread George Dunlap
On 23/01/17 16:43, Ronald Rojas wrote: > Add calls for the following host-related functionality: > - libxl_get_max_cpus > - libxl_get_online_cpus > - libxl_get_max_nodes > - libxl_get_free_memory > - libxl_get_physinfo > - libxl_get_version_info > > Include Golang versions of the following

Re: [Xen-devel] [PATCH RFC 3/8] golang/xenlight: Add host-related functionality

2017-02-01 Thread George Dunlap
On 23/01/17 16:43, Ronald Rojas wrote: > Add calls for the following host-related functionality: > - libxl_get_max_cpus > - libxl_get_online_cpus > - libxl_get_max_nodes > - libxl_get_free_memory > - libxl_get_physinfo > - libxl_get_version_info > > Include Golang versions of the following

Re: [Xen-devel] [PATCH RFC 3/8] golang/xenlight: Add host-related functionality

2017-02-01 Thread George Dunlap
On 23/01/17 16:43, Ronald Rojas wrote: > Add calls for the following host-related functionality: > - libxl_get_max_cpus > - libxl_get_online_cpus > - libxl_get_max_nodes > - libxl_get_free_memory > - libxl_get_physinfo > - libxl_get_version_info > > Include Golang versions of the following

Re: [Xen-devel] [PATCH RFC 3/8] golang/xenlight: Add host-related functionality

2017-01-19 Thread George Dunlap
On 18/01/17 19:56, Ronald Rojas wrote: > Add calls for the following host-related functionality: > - libxl_get_max_cpus > - libxl_get_online_cpus > - libxl_get_max_nodes > - libxl_get_free_memory > - libxl_get_physinfo > - libxl_get_version_info > > Include Golang versions of the following