1. 04 3月, 2017 3 次提交
    • J
      domaincapstest: Add test data for QEMU 2.9.0 · 0bde051f
      Jiri Denemark 提交于
      Signed-off-by: NJiri Denemark <jdenemar@redhat.com>
      0bde051f
    • J
      qemucapstest: Update test data for QEMU 2.9.0 · 2a586b44
      Jiri Denemark 提交于
      Signed-off-by: NJiri Denemark <jdenemar@redhat.com>
      2a586b44
    • L
      test: fix pcie-root-port-too-many test · 66c80600
      Laine Stump 提交于
      While reviewing a patch from Andrea that modified this test case, I
      realized that although it was "properly failing" (it's a negative
      test), that it was failing for the wrong reason (the MULTIFUNCTION cap
      wasn't set in the test case, so it was saying that multifunction=on
      wasn't supported by the QEMU binary; instead it should have been
      complaining that it had run out of PCI slots of the appropriate type
      and couldn't automatically add any more).
      
      This improper failure had started when I added the patch to
      automatically aggregate pcie-root-ports onto multiple functions of
      each pcie-root slot, but I hadn't noticed it because the test still
      failed.
      
      This patch corrects the test case to 1) set the MULTIFUNCTION flag in
      the caps, and 2) attempt to add 241 pcie-root-ports to a domain. Since
      there are 30 slots available on a pcie-root (slot 0 is reserved, and
      slot 31 is used by the integrated SATA controller), and a
      pcie-root-port can only be placed on a function of a slot on
      pcie-root, the maximum number of pcie-root-ports in any domain is 240.
      66c80600
  2. 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
  3. 02 3月, 2017 1 次提交
  4. 01 3月, 2017 2 次提交
  5. 28 2月, 2017 1 次提交
  6. 24 2月, 2017 20 次提交
  7. 23 2月, 2017 5 次提交