1. 30 9月, 2007 2 次提交
    • D
      Forgot one change, Daniel · ab0f561d
      Daniel Veillard 提交于
      ab0f561d
    • D
      * include/libvirt/libvirt.h include/libvirt/libvirt.h.in · 9f211bbf
      Daniel Veillard 提交于
        src/driver.h src/libvirt.c src/openvz_driver.c src/qemu_driver.c
        src/test.c src/xen_unified.c src/xend_internal.c: add new API
        virNodeGetFreeMemory(), extends the driver. Lacks remote and
        QEmu support though.
      * src/libvirt.c: allows to fix virNodeGetCellsFreeMemory() adding
        parameter check for startCell.
      * proxy/libvirt_proxy.c src/xend_internal.[ch]
        include/libvirt/libvirt.h include/libvirt/libvirt.h.in: applied
        vncpasswd dump patch from Mark Johnson but with the
        virDomainXMLFlags extension as suggested by Daniel Berrange
        this changed a couple of internal APIs too
      * tests/sexpr2xmldata/sexpr2xml-no-source-cdrom.xml: fix one of the
        tests affected by bootloader dump change.
      Daniel
      9f211bbf
  2. 28 9月, 2007 1 次提交
    • D
      * include/libvirt/libvirt.h[.in] src/driver.h src/openvz_driver.c · 4bf3bc9e
      Daniel Veillard 提交于
        src/qemu_driver.c src/remote_internal.c src/test.c
        src/xen_internal.[ch] src/xen_unified.c src/xend_internal.[ch]
        src/libvirt.c src/libvirt_sym.version: adding NUMA support patches
        from Beth Kon adding new virNodeGetCellsFreeMemory entry point
        and extending the virConnectGetCapabilities one. Fix a couple of
        issues in the patch and add to exported symbols from shared lib.
      * docs/virsh.pod docs/virsh.1 src/virsh.c: added new command
        freecell to get the available memory on the node or in a NUMA cell.
      * docs/*: updated and regenerated the documentation
      Daniel
      4bf3bc9e
  3. 20 9月, 2007 1 次提交
  4. 10 9月, 2007 1 次提交
  5. 21 8月, 2007 4 次提交
    • D
      * configure.in libvirt.spec.in include/libvirt/libvirt.h docs/*: · cb2e35b6
      Daniel Veillard 提交于
        preparing release of 0.3.2
      * src/libvirt.c: fix a couple of comments
      * po/*: string localization merge/update
      Daniel
      cb2e35b6
    • R
      Tue Aug 21 10:58:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> · 442a1577
      Richard W.M. Jones 提交于
      	* src/libvirt.c (virDomainBlockStats, virDomainInterfaceStats):
      	  Added block device and network interface statistics.
      	* src/xen_internal.c: Support for stats from Xen domains.
      	* qemud/remote.c, qemud/remote_protocol.x, qemud/remote_internal.c:
      	  Support for fetching device and network interface stats
      	  across remote connections.
      	* src/virsh.c: Added 'virsh domblkstat' and 'virsh domifstat'
      	  commands to display stats.
      	* docs/libvir.html, docs/hvsupport.html: Updated hvsupport
      	  documentation.
      442a1577
    • R
      Tue Aug 21 10:21:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> · 81005437
      Richard W.M. Jones 提交于
      	* src/libvirt.c (virDomainMigrate): Added virDomainMigrate
      	  API call.
      	* src/xend_internal.c, src/xen_unified.c: Support for migration
      	  of Xen domains.
      	* src/xen_internal.c: Xen capabilities indicates level of
      	  support for migration.
      	* qemud/remote.c, qemud/remote_protocol.x, src/remote_internal.c:
      	  Support for migration between remote hypervisors.
      	* src/virsh.c: Added 'virsh migrate' command.
      	* docs/libvir.html, docs/hvsupport.html: Updated hvsupport
      	  documentation.
      81005437
    • R
      Tue Aug 21 09:56:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> · 19e21d86
      Richard W.M. Jones 提交于
              * qemud/remote.c, qemud/remote_protocol.x, src/driver.h,
                src/internal.h, src/libvirt.c, src/libvirt_sym.version,
                src/qemu_driver.c, src/remote_internal.c, src/test.c:
                Add a private interface so that libvirt.c coordination
                functions can detect the availability of features in
                underlying drivers, using the VIR_DRV_SUPPORTS_FEATURE
                macro.
      19e21d86
  6. 10 8月, 2007 1 次提交
  7. 28 7月, 2007 1 次提交
  8. 24 7月, 2007 1 次提交
  9. 17 7月, 2007 2 次提交
  10. 12 7月, 2007 1 次提交
  11. 06 7月, 2007 2 次提交
  12. 05 7月, 2007 1 次提交
  13. 29 6月, 2007 1 次提交
  14. 27 6月, 2007 3 次提交
  15. 26 6月, 2007 1 次提交
  16. 25 6月, 2007 2 次提交
    • R
      Mon Jun 25 16:55:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> · aa053ba2
      Richard W.M. Jones 提交于
      	* include/libvirt/libvirt.h.in, src/libvirt.c, src/libvirt_sym.version,
      	  python/generator.py: Added virDomainGetConnect and
      	  virNetworkGetConnect to allow us to get the "hidden"
      	  connection associated with each domain or network.
      aa053ba2
    • R
      Mon Jun 25 09:19:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> · 56cd4140
      Richard W.M. Jones 提交于
      	* qemud/remote.c, src/remote_internal.c: Fix virDomainGetVcpus
      	  in the remote case.
      	* src/libvirt.c: Allow virConnectListDomains,
      	  virConnectListDefinedDomains, virConnectListNetworks and
      	  virConnectListDefinedNetworks to work in the case where
      	  they are called with maxids/maxnames == 0.
      	* src/remote_internal.c: Fix virDomainGetMaxVcpus in remote
      	  case so that it copies sufficient data.
      	* src/xen_unified.c: Remove autostart functions.
      56cd4140
  17. 21 6月, 2007 1 次提交
    • R
      Wed Jun 20 18:23:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> · e2df281e
      Richard W.M. Jones 提交于
      	* src/libvirt.c, src/qemu_internal.c, src/test.c,
      	  src/xen_unified.c, src/xend_internal.c,
      	  src/libvirt.c, include/libvirt/virterror.h:
      	  VIR_ERR_NO_SUPPORT means the function is not supported by
      	  the hypervisor.  VIR_ERR_NO_CONNECT means the connection
      	  failed.  VIR_ERR_CALL_FAILED is deprecated.  Drivers which
      	  decline a URI now no longer produce an error.  Make
      	  xen_unified.c ignore naked URI strings like "foo".
      e2df281e
  18. 20 6月, 2007 1 次提交
  19. 11 6月, 2007 1 次提交
  20. 07 6月, 2007 1 次提交
  21. 05 6月, 2007 1 次提交
    • D
      * include/libvirt/libvirt.h include/libvirt/libvirt.h.in · 652f3bb1
      Daniel Veillard 提交于
        src/driver.h src/libvirt.c src/libvirt_sym.version
        src/proxy_internal.c src/qemu_internal.c src/test.c
        src/virsh.c src/xen_internal.c src/xen_internal.h src/xen_unified.c
        src/xend_internal.c src/xm_internal.c src/xs_internal.c:
        Applied patches from Atsushi SAKAI to add the scheduler API,
        with patch from Rich Jones for error handing, and a number
        of cleanups and more error checking from me
      Daniel
      652f3bb1
  22. 29 5月, 2007 1 次提交
  23. 03 5月, 2007 1 次提交
  24. 01 5月, 2007 2 次提交
  25. 18 4月, 2007 1 次提交
  26. 12 4月, 2007 1 次提交
  27. 04 4月, 2007 1 次提交
  28. 23 3月, 2007 1 次提交
  29. 19 3月, 2007 1 次提交
  30. 16 3月, 2007 1 次提交
    • D
      * include/libvirt/libvirt.h[.in] include/libvirt/virterror.h · 635ae389
      Daniel Veillard 提交于
        proxy/libvirt_proxy.c qemud/Makefile.am qemud/conf.c qemud/conf.h
        qemud/dispatch.c qemud/internal.h qemud/protocol.h
        src/driver.h src/internal.h src/libvirt.c src/libvirt_sym.version
        src/proxy_internal.c src/proxy_internal.h src/qemu_internal.c
        src/test.c src/virsh.c src/virterror.c src/xen_internal.c
        src/xen_internal.h src/xend_internal.c src/xm_internal.c
        src/xml.h src/xs_internal.c: applied patch from Richard Jones
        adding virConnectGetCapabilities(), plus various small little
        fixes
      * docs/*: fixed the api extractor script and regenerated
      Daniel
      635ae389