]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: use typedefs for enums in "src/conf/cpu_conf.h"
authorJulio Faracco <jcfaracco@gmail.com>
Mon, 28 Apr 2014 00:15:21 +0000 (21:15 -0300)
committerEric Blake <eblake@redhat.com>
Mon, 5 May 2014 21:52:36 +0000 (15:52 -0600)
commit00ee955d0835243e663566e6b901350b0072b82f
tree17860b4b4e7ea1dc61d54658aa3698726ecfd60b
parent1b14c449b8849efda8fbb5784571ac3fa90d7d5b
conf: use typedefs for enums in "src/conf/cpu_conf.h"

In "src/conf/" there are many enumeration (enum) declarations.
Similar to the recent cleanup to "src/util" directory, 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. Most of the files changed in this commit
are related to CPU (cpu_conf) enums.

Signed-off-by: Julio Faracco <jcfaracco@gmail.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
src/conf/cpu_conf.c
src/conf/cpu_conf.h
src/conf/device_conf.h
src/cpu/cpu_powerpc.c
src/cpu/cpu_x86.c