1. 12 6月, 2018 1 次提交
  2. 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
  3. 08 3月, 2018 1 次提交
  4. 15 5月, 2017 1 次提交
  5. 26 11月, 2016 2 次提交
  6. 12 10月, 2016 2 次提交
  7. 24 5月, 2016 1 次提交
  8. 16 5月, 2016 1 次提交
  9. 06 5月, 2016 1 次提交
  10. 04 5月, 2016 1 次提交
    • J
      qemu: Add capability for virtio-scsi iothreads · e2faa976
      John Ferlan 提交于
      An iothread for virtio-scsi is a property of the controller. Add a lookup
      of the 'virtio-scsi-pci' and 'virtio-scsi-ccw' device properties and parse
      the output.  For both, support for the iothread was added in qemu 2.4
      while support for virtio-scsi in general was added in qemu 1.4.
      
      Modify the various mock capabilities replies (by hand) to reflect the
      when virtio-scsi was supported and then specifically when the iothread
      property was added. For versions prior to 1.4, use the no device error
      return for virtio-scsi. For versions 1.4 to before 2.4, add some data
      for virtio-scsi-pci even though it isn't complete we're not looking for
      anything specific there anyway. For 2.4 to 2.6, add a more complete reply.
      Signed-off-by: NJohn Ferlan <jferlan@redhat.com>
      e2faa976
  11. 03 5月, 2016 1 次提交
  12. 12 1月, 2016 1 次提交
  13. 11 1月, 2016 1 次提交
  14. 27 11月, 2015 1 次提交
  15. 12 11月, 2015 1 次提交
  16. 25 11月, 2014 1 次提交
  17. 23 9月, 2014 1 次提交