1. 26 7月, 2019 1 次提交
  2. 25 7月, 2019 1 次提交
  3. 19 7月, 2019 1 次提交
  4. 18 7月, 2019 2 次提交
  5. 17 7月, 2019 7 次提交
  6. 15 7月, 2019 1 次提交
  7. 13 7月, 2019 1 次提交
  8. 12 7月, 2019 1 次提交
  9. 10 7月, 2019 1 次提交
  10. 09 7月, 2019 3 次提交
  11. 06 7月, 2019 1 次提交
  12. 03 7月, 2019 4 次提交
  13. 01 7月, 2019 2 次提交
  14. 29 6月, 2019 1 次提交
  15. 27 6月, 2019 3 次提交
  16. 26 6月, 2019 1 次提交
  17. 21 6月, 2019 4 次提交
    • P
      qemu: Add support for controling qemu capabilities via the qemu XML namespace · c6da5913
      Peter Krempa 提交于
      Similarly how we allow adding arbitrary command line arguments and
      environment variables this patch introduces the ability to control
      libvirt's perception of the qemu process by tweaking the capability bits
      for testing purposes.
      
      The idea is to allow developers and users either test a new feature by
      enabling it early or disabling it to see whether it introduced
      regressions.
      
      This feature is not meant for production use though, so users should
      handle it with care.
      Signed-off-by: NPeter Krempa <pkrempa@redhat.com>
      Reviewed-by: NJán Tomko <jtomko@redhat.com>
      c6da5913
    • P
      docs: Space out entries in news.html · 2f0de10e
      Peter Krempa 提交于
      The header for the news entry blends together with the text and other
      entries. This patch tries to space them out somewhat for better visual
      separation.
      Signed-off-by: NPeter Krempa <pkrempa@redhat.com>
      Reviewed-by: NMartin Kletzander <mkletzan@redhat.com>
      Reviewed-by: NAndrea Bolognani <abologna@redhat.com>
      2f0de10e
    • D
      remote: delete the avahi mDNS support · 5a148ce8
      Daniel P. Berrangé 提交于
      Libvirtd has long had integration with avahi for advertising libvirtd
      using mDNS when TCP/TLS listening is enabled. For a long time the
      virt-manager application had support for auto-detecting libvirtds
      on the local network using mDNS, but this was removed last year
      
        commit fc8f8d5d7e3ba80a0771df19cf20e84a05ed2422
        Author: Cole Robinson <crobinso@redhat.com>
        Date:   Sat Oct 6 20:55:31 2018 -0400
      
          connect: Drop avahi support
      
          Libvirtd can advertise itself over avahi. The feature is disabled by
          default though and in practice I hear of no one actually using it
          and frankly I don't think it's all that useful
      
          The 'Open Connection' wizard has a disproportionate amount of code
          devoted to this feature, but I don't think it's useful or worth
          maintaining, so let's drop it
      
      I've never heard of any other applications having support for using
      mDNS to detect libvirtd instances. Though it is theoretically possible
      something exists out there, it is clearly going to be a niche use case
      in the virt ecosystem as a whole.
      
      By removing avahi integration we can cut down the dependency chain for
      the basic libvirtd install and reduce our code maint burden.
      Reviewed-by: NJán Tomko <jtomko@redhat.com>
      Signed-off-by: NDaniel P. Berrangé <berrange@redhat.com>
      5a148ce8
    • P
      Revert "news: Document removal of qemu commandline parsing" · 1a63ef2a
      Peter Krempa 提交于
      Jano probably based his branch on top of mine and didn't notice
      when I moved the section up slightly and thus git applied it again.
      
      Keep only the instance followin the new features section.
      
      This reverts commit 9c68bb4a.
      Signed-off-by: NPeter Krempa <pkrempa@redhat.com>
      1a63ef2a
  18. 20 6月, 2019 5 次提交