1. 06 3月, 2017 2 次提交
  2. 04 3月, 2017 29 次提交
  3. 03 3月, 2017 8 次提交
    • N
      Fix location of blkid.h in include header · 2d8fbeb8
      Nehal J Wani 提交于
      The build system for libvirt correctly detects the location of blkid
      using PKG_CONFIG_PATH environment variable. The file blkid.pc states
      that the include flags should be: 'Cflags: -I${includedir}/blkid' but
      libvirt searches for blkid.h inside ${includedir}/blkid/blkid, which is
      wrong. Until now, the compilation for libvirt succeeded because of pure
      luck, as it had -I/usr/include as a CFLAG. This issue was faced while
      compiling libvirt on Ubuntu 16.04.2 with bare minimum dev packages and a
      custom compiled blkid kept in a non-standard $prefix.
      Signed-off-by: NNehal J Wani <nehaljw.kkd1@gmail.com>
      2d8fbeb8
    • A
      news: Add an empty <change> to each <section> · 7d48cb9b
      Andrea Bolognani 提交于
      The generated HTML will contain <ul></ul> otherwise, which
      triggers an error during 'make check'.
      
      The proper fix would be not to generate the problematic
      HTML in the first place but, while I'm working on it, this
      workaround will do.
      7d48cb9b
    • 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
    • A
      Post-release version bump to 3.2.0 · f9f29928
      Andrea Bolognani 提交于
      f9f29928
    • D
      Release of libvirt-3.1.0 · fe356769
      Daniel Veillard 提交于
      * docs/news.xml: updated and regenerated NEWS
      * po/*.po*: regenerated
      fe356769
  4. 02 3月, 2017 1 次提交