]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Switch over command line capabilities to virBitmap
authorJiri Denemark <jdenemar@redhat.com>
Tue, 8 Feb 2011 14:22:39 +0000 (15:22 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 24 Feb 2011 11:10:00 +0000 (12:10 +0100)
commit9fc4b6a6066740a288bf5dd792baeaa7e473f0b8
treea4d842fedf56751f70dca8118714c53788af6855
parent23d935bd9759afe1258df0f4ade2470fbaa5acb2
qemu: Switch over command line capabilities to virBitmap

This is done for two reasons:
- we are getting very close to 64 flags which is the maximum we can use
  with unsigned long long
- by using LL constants in enum we already violates C99 constraint that
  enum values have to fit into int
12 files changed:
cfg.mk
src/qemu/qemu_capabilities.c
src/qemu/qemu_capabilities.h
src/qemu/qemu_command.c
src/qemu/qemu_command.h
src/qemu/qemu_driver.c
src/qemu/qemu_hotplug.c
src/qemu/qemu_hotplug.h
src/qemu/qemu_migration.c
src/qemu/qemu_process.c
tests/qemuhelptest.c
tests/qemuxml2argvtest.c