1. 25 1月, 2008 1 次提交
  2. 22 1月, 2008 1 次提交
  3. 21 1月, 2008 1 次提交
  4. 20 1月, 2008 1 次提交
  5. 06 1月, 2008 1 次提交
    • R
      Miscellaneous fixes for building on Windows (MinGW). · 029aef1d
      Richard W.M. Jones 提交于
      	* configure.in: xdr functions may require -lxdr.
      	* configure.in, src/Makefile.am: Extra linking flags for
      	  building libvirt DLL.
      	* src/socketcompat.h: Hide Windows Winsock incompatibilities
      	  in a separate header file.
      	* src/remote_internal.c: Switch to using socketcompat.h /
      	  socket_errno().
      	* src/test.c: Switch to using socketcompat.h.
      	* gnulib/lib/arpa/.cvsignore: Ignore another generated file.
      	* src/qparams.c: Include <config.h>.
      029aef1d
  6. 16 12月, 2007 1 次提交
  7. 07 12月, 2007 1 次提交
    • R
      Fri Dec 7 14:49:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com> · 0d14fc0c
      Richard W.M. Jones 提交于
      	* src/console.c, src/console.h, src/virsh.c: Disable
      	  text console on Windows.
      	* src/libvirt.c: Use replacement getpass from Gnulib.
      	* src/libvirt.c: Initialize Winsock before use.
      	* src/remote_internal.c: Header file fixes for Windows.
      	  Don't fail if AI_ADDRCONFIG isn't defined.  Disable
      	  unsupported stuff under Windows.
      	* src/uuid.c: ENODATA unavailable on Windows, use EIO instead.
      	* src/virsh.c: No uid_t / getuid on Windows.
      	* src/virsh.c: No O_SYNC on Windows.
      0d14fc0c
  8. 06 12月, 2007 2 次提交
  9. 16 11月, 2007 1 次提交
    • R
      Thu Nov 15 17:40:15 UTC 2007 Richard W.M. Jones <rjones@redhat.com> · 7a66394f
      Richard W.M. Jones 提交于
      	* docs/hvsupport.html, docs/libvir.html: Document HV support
      	  for virNodeGetFreeMemory and virNodeGetCellsFreeMemory.
      	* src/libvirt.c: Add DEBUG to virNodeGetFreeMemory and
      	  virNodeGetCellsFreeMemory.
      	* src/xen_internal.c: virXenError* functions now take an
      	  additional virConnectPtr argument, and set it where possible.
      7a66394f
  10. 14 11月, 2007 1 次提交
  11. 27 10月, 2007 1 次提交
  12. 16 10月, 2007 1 次提交
  13. 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
  14. 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
  15. 20 9月, 2007 1 次提交
  16. 10 9月, 2007 1 次提交
  17. 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
  18. 10 8月, 2007 1 次提交
  19. 28 7月, 2007 1 次提交
  20. 24 7月, 2007 1 次提交
  21. 17 7月, 2007 2 次提交
  22. 12 7月, 2007 1 次提交
  23. 06 7月, 2007 2 次提交
  24. 05 7月, 2007 1 次提交
  25. 29 6月, 2007 1 次提交
  26. 27 6月, 2007 3 次提交
  27. 26 6月, 2007 1 次提交
  28. 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
  29. 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
  30. 20 6月, 2007 1 次提交