1. 08 3月, 2017 9 次提交
  2. 07 3月, 2017 3 次提交
  3. 06 3月, 2017 2 次提交
  4. 04 3月, 2017 8 次提交
  5. 03 3月, 2017 4 次提交
    • 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
    • A
      tests: Fix aliases for pSeries buses · 3a37af1e
      Andrea Bolognani 提交于
      virQEMUCapsHasPCIMultiBus() performs a version check on
      the QEMU binary to figure out whether multiple buses are
      supported, so to get the correct aliases assigned when
      dealing with pSeries guests we need to spoof the version
      accordingly in the test suite.
      3a37af1e
    • A
      qemu: Drop QEMU_CAPS_PCI_MULTIBUS · 5b783379
      Andrea Bolognani 提交于
      Due to the extra architecture-specific logic, it's already
      necessary for users to call virQEMUCapsHasPCIMultiBus(),
      so the capability itself is just a pointless distraction.
      5b783379
  6. 02 3月, 2017 1 次提交
  7. 01 3月, 2017 1 次提交
  8. 24 2月, 2017 9 次提交
  9. 23 2月, 2017 3 次提交