]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
qemu: Use helper functions for handling cmd line capabilities
authorJiri Denemark <jdenemar@redhat.com>
Tue, 8 Feb 2011 14:08:12 +0000 (15:08 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 24 Feb 2011 11:07:06 +0000 (12:07 +0100)
commita96d08dc539644e40aa64d12d446d09b08e1fdb9
tree8b2b90c64851948ee5ca67046ac650cfd0e534c9
parent21642e82b15bf16fbdc88e939e10fc798d2f7d8f
qemu: Use helper functions for handling cmd line capabilities

Three new functions (qemuCapsSet, qemuCapsClear, and qemuCapsGet) were
introduced replacing direct bit operations.
src/qemu/qemu_capabilities.c
src/qemu/qemu_capabilities.h
src/qemu/qemu_command.c
src/qemu/qemu_hotplug.c
src/qemu/qemu_migration.c
src/qemu/qemu_process.c
tests/qemuhelptest.c
tests/qemuxml2argvtest.c