1. 15 1月, 2008 1 次提交
  2. 14 1月, 2008 1 次提交
    • J
      Clean up global name space in examples and tests. · f510a612
      Jim Meyering 提交于
      * docs/examples/suspend.c: Declare global "conn" to be static.
      * tests/qemuxml2argvtest.c: Declare global "driver" to be static.
      * tests/qemuxml2xmltest.c: Likewise.
      
      
      Author: Jim Meyering <meyering@redhat.com>
      f510a612
  3. 18 12月, 2007 2 次提交
  4. 14 12月, 2007 1 次提交
  5. 06 12月, 2007 3 次提交
  6. 30 11月, 2007 1 次提交
  7. 29 11月, 2007 1 次提交
  8. 28 11月, 2007 2 次提交
  9. 27 11月, 2007 2 次提交
  10. 26 11月, 2007 3 次提交
  11. 21 11月, 2007 2 次提交
  12. 17 11月, 2007 1 次提交
  13. 16 11月, 2007 2 次提交
  14. 15 11月, 2007 2 次提交
    • J
      Make "make distcheck" work. · d5117af3
      Jim Meyering 提交于
      * Makefile.am: Expand some "*" wildcards, and (for now) disable
        the relatively unimportant, distuninstallcheck target.
        Fix a few redirect-directly-to-target bugs.
        Add a few $(srcdir)/ prefixes and add an uninstall-local rule.
      * docs/Makefile.am: More of the same.  Split some long lines.
      * python/Makefile.am: Likewise.
      * python/tests/Makefile.am: Likewise.
      * qemud/Makefile.am: Likewise.
      * tests/Makefile.am: Remove the directories already listed in SUBDIRS.
      * docs/examples/index.py: Adapt to produce the desired changes in
        docs/examples/Makefile.am. Also, sort *.c, so results are reproducible,
        and emit a comment telling emacs and vi that the file is read-only.
      * docs/examples/Makefile.am: Regenerate.
      
      
      Author: Jim Meyering <meyering@redhat.com>
      d5117af3
    • D
      * doc/libvir.html doc/format.html: add missing docs for · ec589607
      Daniel Veillard 提交于
        <shareable/> on disk devices
      * src/Makefile.am: fix the tst build rule for missing libraries
      Daniel
      ec589607
  15. 07 11月, 2007 1 次提交
  16. 23 10月, 2007 2 次提交
  17. 01 10月, 2007 1 次提交
  18. 28 9月, 2007 2 次提交
    • 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
    • R
      * docs/libvir.html: Clarified configuration required for · dbd8f037
      Richard W.M. Jones 提交于
              remote over ssh.
      dbd8f037
  19. 22 9月, 2007 1 次提交
  20. 21 9月, 2007 1 次提交
  21. 19 9月, 2007 2 次提交
  22. 10 9月, 2007 2 次提交
  23. 05 9月, 2007 1 次提交
  24. 21 8月, 2007 3 次提交
    • 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