Re: [libvirt] [PATCH 10/36] cpu_x86: Rename x86DataCpuid

2019-04-09 Thread Ján Tomko
On Mon, Apr 08, 2019 at 10:42:14AM +0200, Jiri Denemark wrote: It is now called virCPUx86DataGet. Signed-off-by: Jiri Denemark --- src/cpu/cpu_x86.c | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) Reviewed-by: Ján Tomko Jano signature.asc Description: PG

[libvirt] [PATCH 10/36] cpu_x86: Rename x86DataCpuid

2019-04-08 Thread Jiri Denemark
It is now called virCPUx86DataGet. Signed-off-by: Jiri Denemark --- src/cpu/cpu_x86.c | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/cpu/cpu_x86.c b/src/cpu/cpu_x86.c index 5c2f7900a3..ad5e23843f 100644 --- a/src/cpu/cpu_x86.c +++ b/src/cpu/c