]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cpu: Make models array in virCPUTranslate constant
authorJiri Denemark <jdenemar@redhat.com>
Thu, 10 Nov 2016 08:49:06 +0000 (09:49 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 15 Nov 2016 14:49:16 +0000 (15:49 +0100)
commit2a2ce08a6d0efa6fbf0163bb2ffe4452168a0df9
tree454435d79090792c3f280650e17129fcad74b985
parentadf44c7bae2d12162778c275b75983c6d8861214
cpu: Make models array in virCPUTranslate constant

The API doesn't change the array so let's make it constant.

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