1. 27 1月, 2020 1 次提交
  2. 18 12月, 2019 1 次提交
  3. 22 11月, 2019 1 次提交
  4. 21 11月, 2019 1 次提交
  5. 27 9月, 2019 1 次提交
  6. 20 6月, 2019 5 次提交
  7. 17 5月, 2019 3 次提交
  8. 06 5月, 2019 1 次提交
  9. 08 2月, 2019 4 次提交
  10. 22 1月, 2019 1 次提交
  11. 02 1月, 2019 1 次提交
  12. 29 11月, 2018 1 次提交
  13. 16 11月, 2018 1 次提交
  14. 07 9月, 2018 1 次提交
  15. 24 8月, 2018 2 次提交
  16. 15 8月, 2018 1 次提交
  17. 17 7月, 2018 1 次提交
  18. 10 7月, 2018 1 次提交
  19. 26 6月, 2018 1 次提交
  20. 12 6月, 2018 2 次提交
  21. 08 6月, 2018 1 次提交
    • M
      qemu: Add capability flag for setting the extended tseg size · 3ea32b63
      Martin Kletzander 提交于
      For getting the reply I queried the newest and oldest QEMU using
      test/qemucapsprobe.  From the differences I only extracted the reply to the new
      QMP command and discarded the rest.  For all the versions below the one which
      added support for the new option I used the output from the oldest QEMU release
      and for those that support it I used the output from the newest one.
      
      In order to make doubly sure the reply is where it is supposed to be (the
      replies files are very forgiving) I added the property to all the replies files,
      reran the tests again and fixed the order in replies files so that all the
      versions are reporting the new capability.  Then removed that one property.
      
      After that I used test/qemucapsfixreplies to fix the reply IDs.
      Signed-off-by: NMartin Kletzander <mkletzan@redhat.com>
      Reviewed-by: NJán Tomko <jtomko@redhat.com>
      3ea32b63
  22. 14 5月, 2018 1 次提交
  23. 22 3月, 2018 1 次提交
  24. 08 3月, 2018 1 次提交
  25. 14 9月, 2017 1 次提交
    • J
      qemu: Add QEMU 2.10 x86_64 the generated capabilities · 3358bfb2
      John Ferlan 提交于
      For reference, these were generated by updating a local qemu git
      repository to the latest upstream, making sure the latest dependencies
      were met via "dnf builddep qemu" from my sufficiently privileged root
      account, checking out the v2.10.0 tag, and building in order to generate
      an "x86_64-softmmu/qemu-system-x86_64" image.
      
      Then using a clean libvirt tree updated to master and built, the image
      was then provided as input:
      
          tests/qemucapsprobe /path/to/x86_64-softmmu/qemu-system-x86_64 > \
             tests/qemucapabilitiesdata/caps_2.10.0.x86_64.replies
      
      With the .replies file in place and the DO_TEST line added and build,
      then running the following commands:
      
          touch tests/qemucapabilitiesdata/caps_2.10.0.x86_64.xml
          VIR_TEST_REGENERATE_OUTPUT=1 ./tests/qemucapabilitiestest
      
      to generate tests/qemucapabilitiesdata/caps_2.10.0.x86_64.xml and both
      were added to the commit.
      Signed-off-by: NJohn Ferlan <jferlan@redhat.com>
      Reviewed-by: NPavel Hrdina <phrdina@redhat.com>
      3358bfb2
  26. 15 5月, 2017 1 次提交
  27. 27 4月, 2017 1 次提交
  28. 30 3月, 2017 1 次提交
  29. 21 3月, 2017 1 次提交