Re: [libvirt] [PATCH 3/5] cpu_x86: Rename virCPUx86MapInitialize

2018-01-04 Thread Peter Krempa
On Thu, Jan 04, 2018 at 15:58:10 +0100, Jiri Denemark wrote: > The function will be used to initialize internal data of the x86 CPU > driver (including the CPU map). > > Signed-off-by: Jiri Denemark > --- > src/cpu/cpu_x86.c | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) ACK

[libvirt] [PATCH 3/5] cpu_x86: Rename virCPUx86MapInitialize

2018-01-04 Thread Jiri Denemark
The function will be used to initialize internal data of the x86 CPU driver (including the CPU map). Signed-off-by: Jiri Denemark --- src/cpu/cpu_x86.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/cpu/cpu_x86.c b/src/cpu/cpu_x86.c index f514fd2663..fddde64d8c 1