1. 13 4月, 2019 2 次提交
  2. 12 4月, 2019 7 次提交
  3. 11 4月, 2019 11 次提交
  4. 10 4月, 2019 6 次提交
  5. 08 4月, 2019 1 次提交
  6. 04 4月, 2019 2 次提交
    • E
      tests: Avoid writing into $HOME during virsh-snapshot · b1886608
      Eric Blake 提交于
      In a constrained CI environment, where it is intentional that attempts
      to write outside the current directory will fail, virsh-snapshot was
      failing:
      
      @@ -1,2 +1,3 @@
       error: invalid argument: parent s3 for snapshot s2 not found
       error: marker
      +error: Failed to create '/home/travis/.cache/libvirt/virsh': Permission denied
      FAIL virsh-snapshot (exit status: 1)
      
      But we've already solved the problem in virsh-uriprecedence: tell
      virsh to use XDG locations pointing to somewhere we can write rather
      than its default of falling back to $HOME with the test being at risk
      of breaking due to the user's environment and/or unacceptably altering
      the user's normal cache.  Hoist that solution into test-lib.sh, so
      that all scripts can use it as needed. While at it, fix a latent typo
      where XDG_RUNTIME_HOME was set to a literal relative directory name
      "XDG_CACHE_HOME" (the typo did not affect virsh-uriprecedence, but
      could matter to other clients).
      
      Fixes: 280a2b41
      Fixes: 398de147Reported-by: NDaniel P. Berrangé <berrange@redhat.com>
      Signed-off-by: NEric Blake <eblake@redhat.com>
      b1886608
    • A
      tests: Refresh capabilities for QEMU 4.0.0 on RISC-V · e602e868
      Andrea Bolognani 提交于
      There are a few differences, but the one we're interested in is
      that PCIe Root Ports are finally available: as a result of this,
      our riscv64-virt-headless guest will switch from virtio-mmio to
      virtio-pci.
      Signed-off-by: NAndrea Bolognani <abologna@redhat.com>
      Reviewed-by: NCole Robinson <crobinso@redhat.com>
      e602e868
  7. 03 4月, 2019 11 次提交