1. 17 4月, 2018 4 次提交
  2. 16 4月, 2018 12 次提交
  3. 12 4月, 2018 6 次提交
  4. 03 4月, 2018 1 次提交
  5. 08 3月, 2018 1 次提交
  6. 03 2月, 2018 1 次提交
  7. 04 1月, 2018 1 次提交
  8. 28 11月, 2017 1 次提交
  9. 25 11月, 2017 1 次提交
    • J
      qemu: Get capabilities to use iscsi password-secret argument · 4f44b8b5
      John Ferlan 提交于
      Detect the capability via the query-qmp-schema for blockdev-add
      to find the 'password-secret' parameter that will allow the iSCSI
      code to use the master secret object to encrypt the secret for an
      and only need to provide the object id of the secret on the command
      line thus obsfuscating the passphrase.
      4f44b8b5
  10. 24 11月, 2017 1 次提交
    • P
      qemu: caps: Add capability for 'share-rw' disk option · 860a3c4b
      Peter Krempa 提交于
      'share-rw' for the disk device configures qemu to allow concurrent
      access to the backing storage.
      
      The capability is checked in various supported disk frontend buses since
      it does not make sense to partially backport it.
      860a3c4b
  11. 23 11月, 2017 1 次提交
  12. 16 10月, 2017 1 次提交
  13. 04 10月, 2017 1 次提交
  14. 20 9月, 2017 1 次提交
    • J
      qemu: Detect support for vxhs · fa6159dd
      John Ferlan 提交于
      Using the query-qmp-schema introspection - look for the 'vxhs'
      blockdevOptions type.
      
      NB: This is a "best effort" type situation as there is not a
          mechanism to determine whether the running QEMU has been
          built with '--enable-vxhs'. All we can do is check if the
          option to use vxhs for a blockdev-add exists in the command
          infrastructure which does not take that into account when
          building its table of commands and options.
      Signed-off-by: NJohn Ferlan <jferlan@redhat.com>
      fa6159dd
  15. 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
  16. 29 8月, 2017 2 次提交
  17. 27 7月, 2017 1 次提交
  18. 11 7月, 2017 1 次提交
  19. 08 6月, 2017 2 次提交