]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Swap position of nmodels and models parameters in cpuDecode()
authorJiri Denemark <jdenemar@redhat.com>
Thu, 11 Feb 2010 09:47:43 +0000 (10:47 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 11 Feb 2010 15:46:20 +0000 (16:46 +0100)
commit8efec111fc651b4c12b6284f479b77bc007e6627
treef0223dd108e0b39e624f0f3181e1d4af70277583
parent2073ed6f2064fc65a7f58256268eb70ec21cdcf3
Swap position of nmodels and models parameters in cpuDecode()

All other libvirt functions use array first and then number of elements
in that array. Let's make cpuDecode follow this rule.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
src/cpu/cpu.c
src/cpu/cpu.h
src/cpu/cpu_x86.c
src/qemu/qemu_conf.c