Re: [libvirt] [PATCH v1 0/4] libxl: host cpu element in capabilities

2016-09-16 Thread Jim Fehlig
On 09/12/2016 04:50 AM, Michal Privoznik wrote: > On 20.07.2016 21:08, Joao Martins wrote: >> Hey, >> >> This small series implements host cpu description in caps, by getting >> topology and xen hwcaps parsing done, followed by having >> cpu-{compare,baseline} APIs implemented. Last thing missing

Re: [libvirt] [PATCH v1 0/4] libxl: host cpu element in capabilities

2016-09-14 Thread Joao Martins
On 09/12/2016 11:50 AM, Michal Privoznik wrote: > On 20.07.2016 21:08, Joao Martins wrote: >> Hey, >> >> This small series implements host cpu description in caps, by getting >> topology and xen hwcaps parsing done, followed by having >> cpu-{compare,baseline} APIs implemented. Last thing

Re: [libvirt] [PATCH v1 0/4] libxl: host cpu element in capabilities

2016-09-12 Thread Michal Privoznik
On 20.07.2016 21:08, Joao Martins wrote: > Hey, > > This small series implements host cpu description in caps, by getting > topology and xen hwcaps parsing done, followed by having > cpu-{compare,baseline} APIs implemented. Last thing missing I think it > would be to libxl_cpuid_set the features

Re: [libvirt] [PATCH v1 0/4] libxl: host cpu element in capabilities

2016-07-27 Thread Joao Martins
On 07/27/2016 02:28 PM, Cedric Bosdonnat wrote: > Hey Joao, > > The series looks good to me, but I'm surely not expert enough to give a > full ACK. > Thank you! Joao > On Wed, 2016-07-20 at 20:08 +0100, Joao Martins wrote: >> Hey, >> >> This small series implements host cpu description in caps,

Re: [libvirt] [PATCH v1 0/4] libxl: host cpu element in capabilities

2016-07-27 Thread Cedric Bosdonnat
Hey Joao, The series looks good to me, but I'm surely not expert enough to give a full ACK. -- Cedric On Wed, 2016-07-20 at 20:08 +0100, Joao Martins wrote: > Hey, > > This small series implements host cpu description in caps, by getting > topology and xen hwcaps parsing done, followed by