Re: [libvirt] [PATCH v3 2/7] cpu: add function to get the models for an arch

2013-09-18 Thread Jiri Denemark
On Sat, Sep 14, 2013 at 15:07:49 +0200, Giuseppe Scrivano wrote: > Eric Blake writes: > > > NACK, needs a v4; this is where we need to fix things to do the right > > subdriver mapping. Quoting IRC: > > > > and I know which one to change > > [15:30] jdenemareblake: cpu-models should wo

Re: [libvirt] [PATCH v3 2/7] cpu: add function to get the models for an arch

2013-09-14 Thread Giuseppe Scrivano
Eric Blake writes: > NACK, needs a v4; this is where we need to fix things to do the right > subdriver mapping. Quoting IRC: > > and I know which one to change > [15:30] jdenemareblake: cpu-models should work for both x86 and > x86_64 imho > [15:31] eblake yep - where the ma

Re: [libvirt] [PATCH v3 2/7] cpu: add function to get the models for an arch

2013-09-13 Thread Eric Blake
On 09/13/2013 01:29 PM, Eric Blake wrote: > On 09/11/2013 08:12 AM, Giuseppe Scrivano wrote: >> Signed-off-by: Giuseppe Scrivano >> --- >> src/cpu/cpu.c| 56 >> >> src/cpu/cpu.h| 3 +++ >> src/libvirt_private.syms | 1 + >

Re: [libvirt] [PATCH v3 2/7] cpu: add function to get the models for an arch

2013-09-13 Thread Eric Blake
On 09/11/2013 08:12 AM, Giuseppe Scrivano wrote: > Signed-off-by: Giuseppe Scrivano > --- > src/cpu/cpu.c| 56 > > src/cpu/cpu.h| 3 +++ > src/libvirt_private.syms | 1 + > 3 files changed, 60 insertions(+) > > + > +int

[libvirt] [PATCH v3 2/7] cpu: add function to get the models for an arch

2013-09-11 Thread Giuseppe Scrivano
Signed-off-by: Giuseppe Scrivano --- src/cpu/cpu.c| 56 src/cpu/cpu.h| 3 +++ src/libvirt_private.syms | 1 + 3 files changed, 60 insertions(+) diff --git a/src/cpu/cpu.c b/src/cpu/cpu.c index 50c2de3..7011b3d 100644 ---