mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-28 16:45:26 +00:00
5443b15829
In "src/cpu/" there are some enumerations (enum) declarations. Similar to the recent cleanup to "src/util", "src/conf" and other directories, it's better to use a typedef for variable types, function types and other usages. Other enumeration and folders will be changed to typedef's in the future. Specially, in files that are in different places of "src/util" and "src/conf". Most of the files changed in this commit are related to CPU (cpu_map.h) enums. Signed-off-by: Julio Faracco <jcfaracco@gmail.com> |
||
---|---|---|
.. | ||
cpu_aarch64.c | ||
cpu_aarch64.h | ||
cpu_arm.c | ||
cpu_arm.h | ||
cpu_generic.c | ||
cpu_generic.h | ||
cpu_map.c | ||
cpu_map.h | ||
cpu_map.xml | ||
cpu_powerpc.c | ||
cpu_powerpc.h | ||
cpu_ppc_data.h | ||
cpu_s390.c | ||
cpu_s390.h | ||
cpu_x86_data.h | ||
cpu_x86.c | ||
cpu_x86.h | ||
cpu.c | ||
cpu.h |