• D
    Convert qemu command line flags to 64-bit int · 910b019f
    Daniel P. Berrange 提交于
    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
    910b019f
qemu_driver.c 258.1 KB