Re: [libvirt] [PATCH v2 18/33] cpu_x86: Introduce virCPUx86DataSetSignature

2017-02-23 Thread Jiri Denemark
On Tue, Feb 21, 2017 at 22:23:30 -0500, John Ferlan wrote: ... > > diff --git a/src/qemu/qemu_capabilities.c b/src/qemu/qemu_capabilities.c > > index 6ca6ea702..f115f1e23 100644 > > --- a/src/qemu/qemu_capabilities.c > > +++ b/src/qemu/qemu_capabilities.c > > @@ -33,6 +33,7 @@ > > #include

Re: [libvirt] [PATCH v2 18/33] cpu_x86: Introduce virCPUx86DataSetSignature

2017-02-21 Thread John Ferlan
Again would be nice to have a bit more information here. On 02/15/2017 11:44 AM, Jiri Denemark wrote: > Signed-off-by: Jiri Denemark > --- > > Notes: > Version 2: > - no change > > src/cpu/cpu_x86.c| 11 +++ > src/cpu/cpu_x86.h| 4

[libvirt] [PATCH v2 18/33] cpu_x86: Introduce virCPUx86DataSetSignature

2017-02-15 Thread Jiri Denemark
Signed-off-by: Jiri Denemark --- Notes: Version 2: - no change src/cpu/cpu_x86.c| 11 +++ src/cpu/cpu_x86.h| 4 src/libvirt_private.syms | 1 + src/qemu/qemu_capabilities.c | 1 + 4 files changed, 17 insertions(+) diff