1. 05 8月, 2015 7 次提交
  2. 04 8月, 2015 14 次提交
  3. 03 8月, 2015 13 次提交
  4. 31 7月, 2015 2 次提交
  5. 30 7月, 2015 3 次提交
  6. 29 7月, 2015 1 次提交
    • E
      qemu: Adjust VM id allocation · b2960501
      Erik Skultety 提交于
      Our atomic increment (virAtomicIntInc) uses (if available) gcc
      __sync_add_and_fetch builtin. In qemu driver though, we'd profit more
      from __sync_fetch_and_add builtin. To keep it simplistic, this patch
      adjusts qemu driver initialization rather than adding a new atomic
      increment macro.
      b2960501