1. 05 6月, 2007 3 次提交
    • D
      Oops2, Daniel · a62e0083
      Daniel Veillard 提交于
      a62e0083
    • D
      oops, Daniel · 3e255474
      Daniel Veillard 提交于
      3e255474
    • 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
  2. 29 5月, 2007 2 次提交
  3. 01 5月, 2007 1 次提交
  4. 13 4月, 2007 1 次提交
  5. 04 4月, 2007 1 次提交
  6. 28 3月, 2007 1 次提交
  7. 27 3月, 2007 1 次提交
  8. 23 3月, 2007 1 次提交
  9. 20 3月, 2007 1 次提交
  10. 16 3月, 2007 3 次提交
  11. 15 3月, 2007 2 次提交
    • D
      * src/virsh.c src/xen_internal.c: applied patch from Atsushi SAKAI · 6f7f84a7
      Daniel Veillard 提交于
        to better handle the case where there is no limit in the domain
        upper memory size
      * docs/architecture.html docs/format.html docs/intro.html
        docs/libvir.html: started to update the documentation to reflect
        the current state
      Daniel
      6f7f84a7
    • D
      * configure.in proxy/Makefile.am proxy/libvirt_proxy.c · 181ce1fd
      Daniel Veillard 提交于
        src/Makefile.am src/libvirt.c src/qemu_internal.c src/test.c
        src/xen_internal.c src/xen_internal.h src/xend_internal.c
        src/xm_internal.c src/xml.c src/xs_internal.c
        tests/Makefile.am tests/sexpr2xmltest.c tests/xmconfigtest.c:
        allow selective compilation of Xen,QEmu/KVM and test support
        in or out at configure time. Also allows to compile on a system
        without Xen development installed. All drivers are selected by
        default.
      Daniel
      181ce1fd
  12. 08 3月, 2007 1 次提交
    • D
      * include/libvirt/libvirt.h include/libvirt/libvirt.h.in · b412cfad
      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/xend_internal.c
        src/xm_internal.c src/xs_internal.c: applied patch from
        Masayuki Sunou to add and entry point to check the maximum
        number of virtual CPU supported by a virtualization mechanism
      * doc/*.html doc/libvirt-*.xml: regenerated the interfaces descriptions
        and associated docs.
      Daniel
      b412cfad
  13. 07 3月, 2007 1 次提交
  14. 23 2月, 2007 1 次提交
    • M
      Fri Feb 23 08:49:12 IST 2007 Mark McLoughlin <markmc@redhat.com> · 57a18198
      Mark McLoughlin 提交于
              * include/libvirt/libvirt.h.in, src/libvirt.c add
              virDomainGetAutostart(), virDomainSetAutostart(),
              virNetworkGetAutostart() and virNetworkSetAutostart().
      
              * src/libvirt_sym.version: export the API
      
              * src/driver.h: add methods to the driver vtables.
      
              * src/proxy_internal.c, src/qemu_internal.c,
                src/test.c, src/xen_internal.c, src/xend_internal.c,
                src/xm_internal.c, src/xs_internal.c: set those
              methods to NULL
      57a18198
  15. 17 2月, 2007 1 次提交
  16. 14 2月, 2007 1 次提交
    • M
      Tue Feb 14 15:37:17 EST 2007 Mark McLoughlin <markmc@redhat.com> · 8ce3203a
      Mark McLoughlin 提交于
              Note: potential ABI break here, but people should
              only really be using virError structs returned from
              libvirt itself.
      
              * include/libvirt/virterror.h: add virNetwork
              to virError
      
              * src/internal.h, src/virterror.c: add network param
              to __virRaiseError()
      
              * src/conf.c, src/hash.c, src/libvirt.c, src/proxy_internal.c,
              src/qemu_internal.c, src/sexpr.c, src/test.c, src/xen_internal.c,
              src/xend_internal.c, src/xm_internal.c, src/xml.c, src/xmlrpc.c,
              src/xs_internal.c: update.
      8ce3203a
  17. 23 1月, 2007 2 次提交
  18. 06 12月, 2006 1 次提交
  19. 23 11月, 2006 1 次提交
    • D
      * docs//*: regenerated · 66ab526b
      Daniel Veillard 提交于
      * include/libvirt/libvirt.h include/libvirt/libvirt.h.in src/driver.h
        src/libvirt.c src/proxy_internal.c src/test.c src/virsh.c
        src/xen_internal.c src/xend_internal.c src/xm_internal.c
        src/xs_internal.c: added support for dumping core of domains
        assuming a xend with the latest patch to do so.
      Daniel
      66ab526b
  20. 17 11月, 2006 1 次提交
    • D
      * include/libvirt/libvirt.h include/libvirt/libvirt.h.in · dc28f35f
      Daniel Veillard 提交于
        src/driver.h src/libvirt.c src/libvirt_sym.version
        src/proxy_internal.c src/test.c src/xen_internal.c
        src/xend_internal.c src/xml.c src/xml.h src/xs_internal.c:
        intagrated patch from Michel Ponceau to add hot-plug devices
        support to the API, integrated in driver API and fixed
        a few small things. Still a TODO in src/xml.c about
        moving xenstore direct accesses to a new routine.
      Daniel
      dc28f35f
  21. 16 11月, 2006 1 次提交
  22. 17 10月, 2006 1 次提交
  23. 13 10月, 2006 1 次提交
  24. 12 10月, 2006 2 次提交
  25. 03 10月, 2006 2 次提交
  26. 30 9月, 2006 1 次提交
  27. 29 9月, 2006 1 次提交
  28. 21 9月, 2006 1 次提交
  29. 19 9月, 2006 1 次提交
  30. 05 9月, 2006 2 次提交