1. 04 4月, 2007 1 次提交
  2. 27 3月, 2007 1 次提交
  3. 17 3月, 2007 1 次提交
  4. 16 3月, 2007 1 次提交
    • D
      * include/libvirt/libvirt.h[.in] include/libvirt/virterror.h · 635ae389
      Daniel Veillard 提交于
        proxy/libvirt_proxy.c qemud/Makefile.am qemud/conf.c qemud/conf.h
        qemud/dispatch.c qemud/internal.h qemud/protocol.h
        src/driver.h src/internal.h src/libvirt.c src/libvirt_sym.version
        src/proxy_internal.c src/proxy_internal.h src/qemu_internal.c
        src/test.c src/virsh.c src/virterror.c src/xen_internal.c
        src/xen_internal.h src/xend_internal.c src/xm_internal.c
        src/xml.h src/xs_internal.c: applied patch from Richard Jones
        adding virConnectGetCapabilities(), plus various small little
        fixes
      * docs/*: fixed the api extractor script and regenerated
      Daniel
      635ae389
  5. 15 3月, 2007 1 次提交
    • 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
  6. 05 3月, 2007 1 次提交
  7. 02 3月, 2007 1 次提交
    • M
      Thu Mar 01 16:17:48 EST 2007 Mark McLoughlin <markmc@redhat.com> · 51d56098
      Mark McLoughlin 提交于
              * acinclude.m4: add LIBVIRT_COMPILE_WARNINGS, copied from
              GNOME but with a few more flags we'd been using.
      
              * configure.in: use that instead of setting CFLAGS
              directly.
      
              * proxy/Makefile.am, python/Makefile.am, qemud/Makefile.am,
                src/Makefile.am, tests/Makefile.am: use $(WARN_CFLAGS)
      51d56098
  8. 23 2月, 2007 2 次提交
  9. 17 2月, 2007 1 次提交
    • M
      Fri Feb 16 18:28:32 IST 2007 Mark McLoughlin <markmc@redhat.com> · cfa655f9
      Mark McLoughlin 提交于
              * qemud/qemud.c, qemud/dispatch.c, qemud/internal.h
              qemud/conf.c, qemud/driver.c, configure.in: add a
              qemudLog() function which uses syslog() if we're in daemon
              mode, doesn't output INFO/DEBUG messages unless the
              verbose flag is set and doesn't output DEBUG messages
              unless compiled with --enable-debug. Also, make a first
              pass through fatal errors and add error messages for them.
      cfa655f9
  10. 15 2月, 2007 3 次提交
    • D
      * configure.in NEWS include/libvirt/libvirt.h docs/* docs/apibuild.py: · 2edf5312
      Daniel Veillard 提交于
        prepare release of 0.2.0, update doc, avoid console module for API.
      * po/*: regenerated
      Daniel
      2edf5312
    • M
      Tue Feb 14 16:23:25 IST 2007 Mark McLoughlin <markmc@redhat.com> · 3ea88b56
      Mark McLoughlin 提交于
              * qemud/iptables.[ch]: add code for managing iptables
              rules.
      
              * qemud/Makefile.am: add iptables.[ch].
      
              * qemud/qemud.c: add and remove iptables rules as
              appropriate.
      
              * qemud/conf.c: when starting a guess, add a rule
              allowing it to forward packets across the networks
              bridge.
      
              * qemud/internal.h: add iptables context ptr
      
              * configure.in: add --with-iptables-dir and
              --with-iptables-prefix to allow us to put our rules
              in a chain with the given prefix and save the rules
              in files in the given dir so as to integrate with
              the proposed "service iptables restart" solution
              in:
      
                 https://bugzilla.redhat.com/227011
      3ea88b56
    • M
      Tue Feb 14 16:02:23 IST 2007 Mark McLoughlin <markmc@redhat.com> · 4e6c38e1
      Mark McLoughlin 提交于
              * configure.in: add --disable-bridge-params, check
              for libsysfs and various kernel headers
      
              * bridge.[ch]: add code for managing bridges
      
              * qemud/Makefile.am: add bridge.[ch] and link against
              libsysfs if enabled.
      
              * qemud/conf.c: add support for bridge config.
      
              * qemud/internal.h: add various bridging bits
      
              * qemud/qemud.c: implement qemudStartNetworkDaemon()
              and qemudShutdownNetworkDaemon().
      4e6c38e1
  11. 14 2月, 2007 3 次提交
  12. 07 2月, 2007 1 次提交
  13. 22 1月, 2007 1 次提交
  14. 20 1月, 2007 1 次提交
  15. 20 12月, 2006 1 次提交
  16. 29 11月, 2006 1 次提交
  17. 28 11月, 2006 1 次提交
  18. 17 10月, 2006 1 次提交
  19. 29 9月, 2006 1 次提交
  20. 22 9月, 2006 1 次提交
  21. 21 9月, 2006 1 次提交
  22. 12 9月, 2006 1 次提交
  23. 05 9月, 2006 1 次提交
  24. 30 8月, 2006 1 次提交
    • D
      * TODO libvirt.spec.in: update · 3bbac7cd
      Daniel Veillard 提交于
      * configure.in include/libvirt/virterror.h src/Makefile.am
        src/conf.c src/conf.h src/virterror.c src/xen_internal.c:
        adding a subset of Xen config file parser, and serializer
      * tests/Makefile.am tests/conftest.c tests/test_conf.sh
        tests/confdata/Makefile.am tests/confdata/fc4.conf
        tests/confdata/fc4.out: adding test program for config in and out
      Daniel
      3bbac7cd
  25. 25 8月, 2006 1 次提交
  26. 17 8月, 2006 1 次提交
  27. 11 8月, 2006 1 次提交
  28. 12 7月, 2006 1 次提交
  29. 03 7月, 2006 1 次提交
  30. 29 6月, 2006 1 次提交
  31. 26 6月, 2006 1 次提交
    • D
      * configure.in libvirt.spec.in docs/examples/* include/Makefile.am · b62cdc14
      Daniel Veillard 提交于
        include/libvirt/virterror.h python/generator.py python/libvir.c
        python/libvirt_wrap.h src/driver.h src/internal.h src/test.h
        src/virsh.c src/virterror.c src/xend_internal.c src/xend_internal.h
        src/xml.c src/xml.h: moved the includes from include/ to
        include/libvirt to reflect the installed include tree. This
        avoid using "" in the includes themselves.
      Daniel
      b62cdc14
  32. 21 6月, 2006 1 次提交
  33. 09 5月, 2006 1 次提交
  34. 26 4月, 2006 2 次提交