1. 11 4月, 2008 1 次提交
  2. 29 3月, 2008 1 次提交
  3. 19 3月, 2008 1 次提交
  4. 27 2月, 2008 2 次提交
  5. 30 1月, 2008 1 次提交
    • J
      Enable the <config.h>-requiring test; fix violations · a3781881
      Jim Meyering 提交于
      Use <config.h>, not "config.h", per autoconf documentation.
      * Makefile.cfg (local-checks-to-skip) [sc_require_config_h]: Enable.
      * .x-sc_require_config_h: New file, to list exempted files.
      * Makefile.am (EXTRA_DIST): Add .x-sc_require_config_h.
      a3781881
  6. 15 1月, 2008 1 次提交
  7. 14 1月, 2008 1 次提交
    • J
      Clean up the global name space. · 2edab512
      Jim Meyering 提交于
      * src/qemu_conf.c: Add "static" and "const" attributes to some globals.
      * src/qemu_conf.h: Update a declaration.
      * src/qemu_driver.c (qemud_driver): Declare static.
      
      
      Author: Jim Meyering <meyering@redhat.com>
      2edab512
  8. 03 12月, 2007 1 次提交
  9. 26 11月, 2007 1 次提交
  10. 15 11月, 2007 1 次提交
  11. 27 10月, 2007 1 次提交
  12. 13 10月, 2007 1 次提交
  13. 22 9月, 2007 1 次提交
  14. 14 8月, 2007 1 次提交
  15. 10 8月, 2007 1 次提交
  16. 30 7月, 2007 1 次提交
  17. 24 7月, 2007 1 次提交
  18. 19 7月, 2007 1 次提交
  19. 17 7月, 2007 1 次提交
  20. 12 7月, 2007 1 次提交
  21. 27 6月, 2007 4 次提交
  22. 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
  23. 24 2月, 2007 1 次提交
  24. 23 2月, 2007 2 次提交
    • M
      Fri Feb 23 09:03:19 IST 2007 Mark McLoughlin <markmc@redhat.com> · 56d2857f
      Mark McLoughlin 提交于
              * qemud/driver.c: maintain the autostart flag on disk
              using symlinks from the "autostart" directories to
              the corresponding config files.
      
              * qemud/internal.h: add paths to the autostart links
              to the vm/network structures and paths to the autostart
              dirs to the server struct.
      
              * qemud/qemud.c: initialize the server autostart dir
              patches.
      
              * qemud/conf.h: expose qemudEnsureDir()
      
              * qemud/conf.c: check the autostart symlinks when
              loading config files at startup.
      56d2857f
    • M
      Fri Feb 23 08:41:34 IST 2007 Mark McLoughlin <markmc@redhat.com> · d9544808
      Mark McLoughlin 提交于
              * qemud/conf.[ch]: significantly re-factor qemudLoadConfigXML()
              so that "parse the XML", "assign the def to a VM" and
              "save the XML" operations are in separate functions.
              Add qemudRemoveInactiveVM() and qemudRemoveInactiveNetwork().
              Report errors when loading config files at startup. Check
              that a domain/network's name matches the config filename.
      
              * qemud/driver.c: update the Create() and Define() functions
              to explicitly parse/assign/save. Also, fix bug where if
              Create() failed, we would free the VM without removing it
              from the inactive list.
      
              * qemud/qemud.c: use qemudRemoveInactiveVM/Network()
      d9544808
  25. 16 2月, 2007 2 次提交
  26. 15 2月, 2007 2 次提交
  27. 14 2月, 2007 3 次提交