]> xenbits.xensource.com Git - libvirt.git/commit
qemu: enum cleanups in "src/qemu/*"
authorJulio Faracco <jcfaracco@gmail.com>
Sun, 15 Jun 2014 16:32:56 +0000 (13:32 -0300)
committerEric Blake <eblake@redhat.com>
Tue, 24 Jun 2014 18:56:54 +0000 (12:56 -0600)
commitaa990efe971fdda71a61c227047d6d7f4e12b445
tree05409d89616a949c1b326706b11872d4c459ef86
parent887e648a982331f4334ca4855929920712d182f9
qemu: enum cleanups in "src/qemu/*"

As we are doing with the enum structures, a cleanup in "src/qemu/"
directory was done now. All the enums that were defined in the
header files were converted to typedefs in this directory. This
patch includes all the adjustments to remove conflicts when you do
this kind of change. "Enum-to-typedef"'s conversions were made in
"src/qemu/qemu_{capabilities, domain, migration, hotplug}.h".

Signed-off-by: Julio Faracco <jcfaracco@gmail.com>
src/qemu/qemu_capabilities.c
src/qemu/qemu_capabilities.h
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h
src/qemu/qemu_driver.c
src/qemu/qemu_hotplug.c
src/qemu/qemu_hotplug.h
src/qemu/qemu_migration.c
src/qemu/qemu_migration.h
src/qemu/qemu_process.c
src/qemu/qemu_process.h