1. 18 4月, 2018 2 次提交
  2. 03 8月, 2017 1 次提交
    • P
      tests: deterministichash: Make hash tables arch-independent · f536b0dd
      Peter Krempa 提交于
      It turns out that our implementation of the hashing function is
      endian-dependent and thus if used on various architectures the testsuite
      may have different results. Work this around by mocking virHashCodeGen
      to something which does not use bit operations instead of just setting a
      deterministic seed.
      f536b0dd
  3. 28 7月, 2017 1 次提交
    • P
      tests: qemumonitorjson: Old and empty test case for node name detection · 772a6e36
      Peter Krempa 提交于
      Prior to qemu 2.5 the node names would not be generated, thus would be
      missing from 'query-blockstats' and 'query-named-block-nodes'. Test that
      the code correctly detects nothing.
      
      Additionally make sure that a VM without disks does not cause problems.
      
      The test case change is necessary as our test file checker does not play
      well with empty files.
      772a6e36
  4. 27 7月, 2017 12 次提交
  5. 10 7月, 2017 1 次提交
    • P
      qemu: domain: Use vcpu 'node-id' property and pass it back to qemu · ccac4465
      Peter Krempa 提交于
      vcpu properties gathered from query-hotpluggable cpus need to be passed
      back to qemu. As qemu did not use the node-id property until now and
      libvirt forgot to pass it back properly (it was parsed but not passed
      around) we did not honor this.
      
      This patch adds node-id to the structures where it was missing and
      passes it around as necessary.
      
      The test data was generated with a VM with following config:
          <numa>
            <cell id='0' cpus='0,2,4,6' memory='512000' unit='KiB'/>
            <cell id='1' cpus='1,3,5,7' memory='512000' unit='KiB'/>
          </numa>
      
      Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1452053
      ccac4465
  6. 27 3月, 2017 5 次提交
  7. 22 11月, 2016 2 次提交
  8. 14 9月, 2016 1 次提交
  9. 25 8月, 2016 5 次提交
  10. 09 6月, 2016 3 次提交
  11. 08 11月, 2013 1 次提交