libvirt/src/cpu
Julio Faracco 5443b15829 cpu: use typedefs for enums in "src/cpu/cpu_map.h"
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>
2014-06-02 15:15:05 -06:00
..
cpu_aarch64.c qemu: Implement a stub cpuArchDriver.compare() handler for arm and aarch64 2014-05-11 18:16:34 -04:00
cpu_aarch64.h AArch64: CPU Support for AArch64 (ARMv8 64bit). 2013-10-15 16:59:26 -04:00
cpu_arm.c qemu: Implement a stub cpuArchDriver.compare() handler for arm and aarch64 2014-05-11 18:16:34 -04:00
cpu_arm.h
cpu_generic.c Indent top-level labels by one space in src/cpu/ 2014-03-25 14:58:38 +01:00
cpu_generic.h
cpu_map.c cpu: use typedefs for enums in "src/cpu/cpu_map.h" 2014-06-02 15:15:05 -06:00
cpu_map.h cpu: use typedefs for enums in "src/cpu/cpu_map.h" 2014-06-02 15:15:05 -06:00
cpu_map.xml cpu: Add Power7+ and Power8 CPU definition in map.xml 2013-08-13 14:57:52 -06:00
cpu_powerpc.c cpu: use typedefs for enums in "src/cpu/cpu_map.h" 2014-06-02 15:15:05 -06:00
cpu_powerpc.h
cpu_ppc_data.h
cpu_s390.c maint: avoid 'const fooPtr' in cpu files 2013-10-14 13:11:20 -06:00
cpu_s390.h
cpu_x86_data.h cpu: x86: Add internal CPUID features support and KVM feature bits 2013-11-08 09:44:42 +01:00
cpu_x86.c cpu: use typedefs for enums in "src/cpu/cpu_map.h" 2014-06-02 15:15:05 -06:00
cpu_x86.h cpu: Export few x86-specific APIs 2013-11-04 11:26:55 +01:00
cpu.c cpu: use typedefs for enums in "src/cpu/cpu_map.h" 2014-06-02 15:15:05 -06:00
cpu.h cpu: Properly check input parameters 2014-04-10 20:31:32 +02:00