libvirt/src/cpu
Daniel Henrique Barboza 0e2b546166 cpu_ppc64.c: remove 'guest' param from ppc64Compute()
ppc64Compute() is used only once, by virCPUppc64Compare(), which
doesn't use the 'guest' parameter. It was last used by an API
called 'cpuGuestData' that was dropped by commit 03fa904c0c.

Removing the 'guest' parameter will not only remove unused code from
ppc64Compute() but also remove the ppc64MakeCPUData() entirely.

Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
2021-11-19 13:32:59 -03:00
..
cpu_arm_data.h cpu: Introduce virCPUarmData and related struts 2020-05-15 12:04:24 +02:00
cpu_arm.c cpu_arm: Implement virCPUDataNewCopy for arm 2021-11-05 17:12:25 +01:00
cpu_arm.h src/cpu: use #pragma once in headers 2019-06-13 17:05:09 +02:00
cpu_map.c cpu_map: Remove unnecessary variable in loadData 2020-09-11 15:33:55 +02:00
cpu_map.h src/cpu: use #pragma once in headers 2019-06-13 17:05:09 +02:00
cpu_ppc64_data.h src/cpu: use #pragma once in headers 2019-06-13 17:05:09 +02:00
cpu_ppc64.c cpu_ppc64.c: remove 'guest' param from ppc64Compute() 2021-11-19 13:32:59 -03:00
cpu_ppc64.h src/cpu: use #pragma once in headers 2019-06-13 17:05:09 +02:00
cpu_s390.c lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
cpu_s390.h src/cpu: use #pragma once in headers 2019-06-13 17:05:09 +02:00
cpu_x86_data.h lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
cpu_x86.c cpu_x86.c: remove 'guest' param from x86Compute() 2021-11-18 14:50:58 -03:00
cpu_x86.h lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
cpu.c cpu_x86: Add virCPUDataGetHost 2021-11-05 17:12:25 +01:00
cpu.h cpu_x86: Add virCPUDataGetHost 2021-11-05 17:12:25 +01:00
meson.build meson: src: build libvirt.so library 2020-08-03 09:27:04 +02:00