1. 12 2月, 2019 1 次提交
  2. 08 2月, 2019 7 次提交
  3. 21 9月, 2018 1 次提交
  4. 12 9月, 2018 2 次提交
  5. 07 9月, 2018 8 次提交
  6. 28 8月, 2018 1 次提交
  7. 24 8月, 2018 1 次提交
  8. 09 8月, 2018 1 次提交
  9. 12 6月, 2018 1 次提交
  10. 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
  11. 23 5月, 2018 2 次提交
  12. 16 5月, 2018 1 次提交
  13. 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
  14. 17 4月, 2018 12 次提交