Re: [libvirt] [PATCH v2 2/7] cpu_x86: Turn virCPUx86DataIteratorInit into a function

2019-06-20 Thread Ján Tomko
On Thu, Jun 20, 2019 at 12:53:37AM +0200, Jiri Denemark wrote: Until now, this was a macro usable for direct initialization when a variable is defined. Turning the macro into a function makes it more general. Signed-off-by: Jiri Denemark --- src/cpu/cpu_x86.c | 34 --

[libvirt] [PATCH v2 2/7] cpu_x86: Turn virCPUx86DataIteratorInit into a function

2019-06-19 Thread Jiri Denemark
Until now, this was a macro usable for direct initialization when a variable is defined. Turning the macro into a function makes it more general. Signed-off-by: Jiri Denemark --- src/cpu/cpu_x86.c | 34 -- 1 file changed, 24 insertions(+), 10 deletions(-) diff --