• J
    qemu: Switch over command line capabilities to virBitmap · 9fc4b6a6
    Jiri Denemark 提交于
    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
    9fc4b6a6
qemuxml2argvtest.c 19.1 KB