]> xenbits.xensource.com Git - libvirt.git/commit
Convert qemu command line flags to 64-bit int
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 9 Feb 2010 13:06:56 +0000 (13:06 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 10 Feb 2010 12:09:41 +0000 (12:09 +0000)
commit910b019f9371ceaab504f4e3d7f7a125eba75535
tree54865dbf257ad81f7652f376f621eaeb685dc8e4
parentd6126f764fe02442a0ed211f0fb1df7da8ad20ff
Convert qemu command line flags to 64-bit int

The QEMU flags are commonly stored as a signed or unsigned int,
allowing only 31 flags. This limit is rather close, so to aid
future patches, change it to a 64-bit int

* src/qemu/qemu_conf.c, src/qemu/qemu_conf.h, src/qemu/qemu_driver.c,
  tests/qemuargv2xmltest.c, tests/qemuhelptest.c, tests/qemuxml2argvtest.c:
  Use 'unsigned long long' for QEMU flags
src/qemu/qemu_conf.c
src/qemu/qemu_conf.h
src/qemu/qemu_driver.c
tests/qemuargv2xmltest.c
tests/qemuhelptest.c
tests/qemuxml2argvtest.c