]> xenbits.xensource.com Git - libvirt.git/commit
cpu_x86: Rename x86DataCpuidNext function
authorJiri Denemark <jdenemar@redhat.com>
Thu, 14 Mar 2019 20:50:59 +0000 (21:50 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 12 Apr 2019 20:53:39 +0000 (22:53 +0200)
commit5655b83139e47b6c52d48a7d10640bf3508865eb
tree6ed583db5a8f38671641e0ceba9e627640f371d6
parent6c22b329d5bc592a390bd4d802c55a2a44af750e
cpu_x86: Rename x86DataCpuidNext function

The function is now called virCPUx86DataNext to reflect its purpose: it
is an iterator over CPU data (both CPUID and MSR in the near future).

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/cpu/cpu_x86.c