1. 29 8月, 2017 1 次提交
  2. 26 8月, 2017 1 次提交
  3. 07 8月, 2017 1 次提交
    • D
      Remove bogus warning about vir$OBJECTGetConnect functions · 10e277a4
      Daniel P. Berrange 提交于
      The API docs for the various vir$OBJECTGetConnect functions
      contain a warning
      
        WARNING: When writing libvirt bindings in other languages, do
        not use this function.  Instead, store the connection and
        the domain object together.
      
      There is no reason why language bindings should not use this
      method, and indeed the Perl, Python, and Go bindings all use
      these methods.
      
      This warning was originally added back in
      
        commit 3edb4bc9
        Author: Daniel Veillard <veillard@redhat.com>
        Date:   Tue Jul 24 15:32:55 2007 +0000
      
          * libvirt.spec.in NEWS docs/* po/*: preparing release 0.3.1
          * src/libvirt.c python/generator.py: some cleanup and warnings
            from Richard W.M. Jones
      
      IIUC, the rational was that these APIs do not need to be
      directly exposed to the non-C language, as the language
      can expose the same concept itself by storing the original
      virConnectPtr object alongside the virDomainPtr.  There's
      no reason to mandate such an approach though - it is valid
      for languages to expose this directly if that suits their
      needs better.
      Signed-off-by: NDaniel P. Berrange <berrange@redhat.com>
      10e277a4
  4. 04 7月, 2017 1 次提交
  5. 13 6月, 2017 1 次提交
  6. 07 6月, 2017 1 次提交
    • P
      qemu: Conditionally allow block-copy for persistent domains · b7e534c6
      Peter Krempa 提交于
      Allow starting the block-copy job for a persistent domain if a user
      declares by using a flag that the job will not be recovered if the VM is
      switched off while the job is active.
      
      This allows to use the block-copy job with persistent VMs under the same
      conditions as would apply to transient domains.
      b7e534c6
  7. 05 4月, 2017 1 次提交
  8. 01 4月, 2017 1 次提交
  9. 27 3月, 2017 2 次提交
  10. 08 3月, 2017 9 次提交
  11. 07 3月, 2017 1 次提交
  12. 21 2月, 2017 1 次提交
    • P
      lib: Add API for specific vCPU hot(un)plug · 8f657259
      Peter Krempa 提交于
      Similarly to domainSetGuestVcpus this commit adds API which allows to
      modify state of individual vcpus rather than just setting the count.
      
      This allows to enable CPUs in specific guest NUMA nodes to achieve any
      necessary configuration.
      8f657259
  13. 17 1月, 2017 1 次提交
  14. 10 1月, 2017 1 次提交
  15. 16 12月, 2016 4 次提交
  16. 15 12月, 2016 1 次提交
  17. 13 12月, 2016 1 次提交
  18. 11 12月, 2016 1 次提交
  19. 07 12月, 2016 3 次提交
  20. 29 11月, 2016 1 次提交
  21. 08 10月, 2016 1 次提交
  22. 21 9月, 2016 1 次提交
  23. 14 9月, 2016 1 次提交
  24. 03 9月, 2016 1 次提交
  25. 27 7月, 2016 1 次提交
  26. 26 7月, 2016 1 次提交