1. 16 5月, 2018 1 次提交
  2. 15 5月, 2018 1 次提交
  3. 14 5月, 2018 1 次提交
  4. 11 5月, 2018 1 次提交
  5. 07 5月, 2018 1 次提交
    • J
      Deprecate QEMU_CAPS_NO_KVM_PIT · 941c8b0d
      Ján Tomko 提交于
      The -no-kvm-pit-reinjection option has been deprecated since
      its introduction in QEMU 1.3. See commit <1569fa14>.
      
      Drop the capability since all the QEMUs we support allow tuning
      the kvm-pit properties via -global.
      
      Also add the QEMU_CAPS_KVM_PIT_TICK_POLICY to the clock-catchup
      tests, since expecting it to succeed with QEMU that does not
      have kvm-pit makes no sense.
      Signed-off-by: NJán Tomko <jtomko@redhat.com>
      Reviewed-by: NJohn Ferlan <jferlan@redhat.com>
      941c8b0d
  6. 03 5月, 2018 1 次提交
  7. 23 4月, 2018 2 次提交
  8. 17 4月, 2018 6 次提交
  9. 16 4月, 2018 5 次提交
  10. 12 4月, 2018 2 次提交
  11. 07 4月, 2018 1 次提交
  12. 06 4月, 2018 2 次提交
  13. 24 3月, 2018 3 次提交
  14. 22 3月, 2018 1 次提交
  15. 13 3月, 2018 8 次提交
  16. 09 3月, 2018 1 次提交
  17. 13 2月, 2018 2 次提交
  18. 03 2月, 2018 1 次提交
    • J
      qemu: Complete PCI command checks to controller def validate · 7de841cc
      John Ferlan 提交于
      Move the qemuCaps checks over to qemuDomainControllerDefValidatePCI.
      
      This requires two test updates in order to set the correct capability
      bit for an xml2xml test as well as setting up the similar capability
      for the pseries memlocktest.
      7de841cc