1. 21 11月, 2008 4 次提交
  2. 20 11月, 2008 1 次提交
  3. 18 11月, 2008 1 次提交
  4. 17 11月, 2008 4 次提交
  5. 07 11月, 2008 1 次提交
    • D
      add new logging module, and move existing definitions there · df93e1ee
      Daniel Veillard 提交于
      * src/logging.c src/logging.h proxy/Makefile.am proxy/libvirt_proxy.c
        src/Makefile.am src/cgroup.c src/datatypes.c src/domain_event.c
        src/internal.h src/libvirt.c src/lxc_container.c src/lxc_controller.c
        src/lxc_driver.c src/proxy_internal.c src/qemu_driver.c
        src/remote_internal.c src/storage_backend_disk.c src/util.c
        src/veth.c src/xen_internal.c src/xen_unified.c src/xend_internal.c:
        add new logging module, and move existing definitions there
      Daniel
      df93e1ee
  6. 05 11月, 2008 4 次提交
  7. 29 10月, 2008 1 次提交
    • J
      remove src/socketcompat.h; no longer needed · f79ebbd1
      Jim Meyering 提交于
      * src/socketcompat.h: Remove file.
      * src/remote_internal.c: Don't include socketcompat.h.
      * qemud/qemud.h: Likewise.
      * qemud/remote_protocol.x: Likewise, but do include <arpa/inet.h>
      for htonl.
      * src/remote_internal.c: Likewise, but do include <errno.h>.
      * qemud/remote_protocol.c: Regenererate.
      * qemud/remote_protocol.h: Regenererate.
      * src/Makefile.am (REMOTE_DRIVER_SOURCES): Remove socketcompat.h.
      f79ebbd1
  8. 24 10月, 2008 1 次提交
  9. 16 10月, 2008 1 次提交
  10. 10 10月, 2008 1 次提交
  11. 04 10月, 2008 1 次提交
  12. 05 9月, 2008 1 次提交
  13. 27 8月, 2008 1 次提交
  14. 21 8月, 2008 2 次提交
  15. 13 8月, 2008 1 次提交
  16. 05 8月, 2008 1 次提交
  17. 01 8月, 2008 1 次提交
    • R
      'virsh edit' and related commands · 969fa847
      Richard W.M. Jones 提交于
      	* src/virsh.c: Implement 'virsh edit', 'virsh net-edit' and
      	  'virsh pool-edit' commands.  These edit the XML for domains,
      	  networks and storage pools respectively, and are the
      	  equivalent of doing 'virsh dumpxml; vi foo.xml; virsh define'
      	* src/Makefile.am, src/.cvsignore: Auto-generate the net-edit
      	  and pool-edit commands.
      	* docs/virsh.pod: Updated the documentation.
      969fa847
  18. 12 7月, 2008 1 次提交
  19. 11 7月, 2008 1 次提交
  20. 27 6月, 2008 1 次提交
  21. 11 6月, 2008 1 次提交
  22. 10 6月, 2008 1 次提交
    • R
      virDomainMemoryPeek API · 6bcf2501
      Richard W.M. Jones 提交于
              * include/libvirt/libvirt.h.in, src/libvirt.c, src/driver.h,
                src/libvirt_sym.version: New virDomainMemoryPeek API.
              * qemud/remote.c, qemud/remote_protocol.x, src/remote_internal.c:
                Support for remote.
              * src/qemu_driver.c: QEMU driver implementation of API.
              * src/test.c: Test driver (null) implementation of API.
              * docs/hvsupport.html.in: Document API.
              * libvirt.spec.in: New path /var/cache/libvirt for temporary
                storage of memory images.
              * qemud/libvirtd.init.in: Remove any old temp files in
                /var/cache/libvirt on restarts.
              * src/Makefile.am: make install creates /var/cache/libvirt.
              * configure.in: Detect mkdir -p.
      6bcf2501
  23. 30 5月, 2008 1 次提交
  24. 22 5月, 2008 1 次提交
  25. 29 4月, 2008 2 次提交
  26. 18 4月, 2008 1 次提交
    • R
      Fixes for MinGW. · 8df91acf
      Richard W.M. Jones 提交于
      	* configure.in: Fix pkg-config detection of libxml2,
      	  add -lgcrypt to gnutls lib.
      	* src/Makefile.am: If compiling --without-libvirtd then
      	  don't compile any part of the storage driver.
      	* configure.in, src/hash.c, src/internal.h: Detect availability
      	  of pthread library and compile out mutex code if not available.
      	* src/storage_driver.c, src/util.c: Ignore some missing
      	  headers on MinGW.
      8df91acf
  27. 10 4月, 2008 1 次提交
  28. 21 3月, 2008 1 次提交
    • D
      Initial Linux containers work · f1638952
      Daniel Veillard 提交于
      * configure.in include/libvirt/virterror.h src/Makefile.am
        src/driver.h src/lxc_conf.[ch] src/lxc_driver.[ch] src/virterror.c:
        Applied 3 patches from Dave Leskovec for intial support of
        Linux containers, configured off by default, work in progress.
      * src/libvirt.c: improve virDomainCreateLinux xmlDesc description
      Daniel
      f1638952
  29. 29 2月, 2008 1 次提交