1. 10 3月, 2017 3 次提交
  2. 09 3月, 2017 11 次提交
  3. 08 3月, 2017 11 次提交
  4. 07 3月, 2017 3 次提交
  5. 06 3月, 2017 2 次提交
  6. 04 3月, 2017 8 次提交
  7. 03 3月, 2017 2 次提交
    • A
      qemu: Use ARCH_IS_X86() more · 4b338729
      Andrea Bolognani 提交于
      In a few cases, we checked for VIR_ARCH_X86_64 and
      VIR_ARCH_I686 separately: change all those to use the
      ARCH_IS_X86() macro instead.
      4b338729
    • A
      qemu: Don't omit parentheses · 7191778e
      Andrea Bolognani 提交于
      The ARCH_IS_*() macro are defined in a way that allows
      them to be used if a parentheses-less if statement, but
      we don't really want that to happen
      7191778e