1. 30 9月, 2007 3 次提交
  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. 12 9月, 2007 2 次提交
  5. 10 9月, 2007 1 次提交
  6. 27 8月, 2007 1 次提交
  7. 21 8月, 2007 2 次提交
    • 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:45:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> · 92019090
      Richard W.M. Jones 提交于
              * src/xend_internal.c: Return the interface device name as
                <target dev='vifX.Y'/> in domain XML.
              * tests/*: Update XML in regression tests.
      92019090
  8. 16 8月, 2007 1 次提交
  9. 10 8月, 2007 1 次提交
  10. 19 7月, 2007 1 次提交
  11. 17 7月, 2007 1 次提交
  12. 09 7月, 2007 1 次提交
  13. 06 7月, 2007 3 次提交
    • R
      Fri Jul 6 16:08:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> · 4ea0ef79
      Richard W.M. Jones 提交于
      	* src/proxy_internal.c, src/proxy_internal.h,
      	  src.xen_internal.c, src/xen_internal.h,
      	  src/xen_unified.c, src/xen_unified.h,
      	  src/xend_internal.c, src/xend_internal.h,
      	  src/xm_internal.c, src/xm_internal.h,
      	  src/xs_internal.c, src/xs_internal.h: The interface
      	  between xen_unified.c and its underlying driver now uses
      	  a custom structure (struct xenUnifiedDriver) instead
      	  of reusing virDriver.
      	* src/xen_unified.c: virDomainLookup* functions in Xen
      	  now throw VIR_ERR_NO_DOMAIN if the domain does not exist.
      	* src/xs_internal.c: Fix indentation.
      4ea0ef79
    • R
      Fri Jul 6 16:00:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> · 16eae80e
      Richard W.M. Jones 提交于
      	* src/hash.c, src/internal.h: Remove virGetDomainByID function
      	  as it is not used or exported.
      	* src/proxy_internal.c, src/qemu_driver.c, src/remote_internal.c,
      	  src/test.c, src/xend_internal.c, src/xs_internal.c: Fix
      	  all callers to virGetDomain and virGetNetwork functions -
      	  the callers do not need to set virterror since it is already
      	  set inside the functions.
      16eae80e
    • D
      * src/xend_internal.c: fix typo in function comment · b454313c
      Daniel Veillard 提交于
      * po/*: updated the localizations
      * qemud/libvirtd.init.in: LSB'ization of the init script and
        couple of fixups
      Daniel
      b454313c
  14. 27 6月, 2007 1 次提交
  15. 26 6月, 2007 1 次提交
  16. 21 6月, 2007 2 次提交
    • R
      Thu Jun 21 16:48:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> · 10960f2a
      Richard W.M. Jones 提交于
      	* src/remote_internal.c: Fix virConnectGetMaxVcpus in the
      	  remote case when type parameter is NULL.
      	* src/xend_internal.c: Proper error reporting in
      	  xenDaemonDomainDumpXML function.
      10960f2a
    • 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
  17. 20 6月, 2007 1 次提交
  18. 19 6月, 2007 1 次提交
  19. 15 6月, 2007 2 次提交
  20. 07 6月, 2007 1 次提交
    • D
      * src/xend_internal.c src/xm_internal.c src/xml.c: add support · a80faa4b
      Daniel Veillard 提交于
        for arguments to bootloader, patch from Hugh Brock
      * tests/sexpr2xmltest.c tests/xml2sexprtest.c
        tests/sexpr2xmldata/sexpr2xml-pv-bootloader.sexpr
        tests/sexpr2xmldata/sexpr2xml-pv-bootloader.xml
        tests/xml2sexprdata/xml2sexpr-pv-bootloader.sexpr
        tests/xml2sexprdata/xml2sexpr-pv-bootloader.xml: add specific
        regression tests
      Daniel
      a80faa4b
  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. 11 5月, 2007 1 次提交
  24. 03 5月, 2007 1 次提交
  25. 01 5月, 2007 1 次提交
  26. 24 4月, 2007 1 次提交
  27. 23 4月, 2007 1 次提交
  28. 13 4月, 2007 2 次提交
  29. 12 4月, 2007 1 次提交
    • D
      * src/xend_internal.c src/xml.c: applied patch from Nobuhiro Itou · 1ec25df2
      Daniel Veillard 提交于
        to handle CDRom devices with no device name
      * tests/sexpr2xmltest.c tests/xml2sexprtest.c
        tests/sexpr2xmldata/sexpr2xml-no-source-cdrom.sexpr
        tests/sexpr2xmldata/sexpr2xml-no-source-cdrom.xml
        tests/xml2sexprdata/xml2sexpr-no-source-cdrom.sexpr
        tests/xml2sexprdata/xml2sexpr-no-source-cdrom.xml: added regression
        tests for this case based on Nobuhiro Itou test inputs.
      Daniel
      1ec25df2
  30. 04 4月, 2007 1 次提交
  31. 24 3月, 2007 1 次提交